ExportOptions
StockSharp.Xaml.Diagram.Avalonia.Export.DiagramImageExporter
図レンダリング用のエクスポートオプション。
プロパティ
BackgroundColor
public Color? BackgroundColor { get; set; }
value = exportOptions.BackgroundColor
exportOptions.BackgroundColor = value
背景色。透明のための数字。
Format
public ImageFormat Format { get; set; }
value = exportOptions.Format
exportOptions.Format = value
映像形式。
IncludeGrid
public bool IncludeGrid { get; set; }
value = exportOptions.IncludeGrid
exportOptions.IncludeGrid = value
グリッドの背景を含むかどうか。
JpegQuality
public int JpegQuality { get; set; }
value = exportOptions.JpegQuality
exportOptions.JpegQuality = value
JPEG のクオリティ(JPEG 形式のみ)
Padding
public double Padding { get; set; }
value = exportOptions.Padding
exportOptions.Padding = value
図の周りのパディング。
Scale
public double Scale { get; set; }
value = exportOptions.Scale
exportOptions.Scale = value
スケール係数(1.0 = 100%)。