DiagramExportOptions
StockSharp.Xaml.Diagram.Maui.Export
図のイメージエクスポートオプション。
プロパティ
BackgroundColor
public Color BackgroundColor { get; set; }
value = diagramExportOptions.BackgroundColor
diagramExportOptions.BackgroundColor = value
背景色(透明のnull)。
Format
public DiagramImageFormat Format { get; set; }
value = diagramExportOptions.Format
diagramExportOptions.Format = value
映像形式。
IncludeGrid
public bool IncludeGrid { get; set; }
value = diagramExportOptions.IncludeGrid
diagramExportOptions.IncludeGrid = value
グリッドを含むかどうか。
JpegQuality
public int JpegQuality { get; set; }
value = diagramExportOptions.JpegQuality
diagramExportOptions.JpegQuality = value
JPEG の形式のみで使用したJPEG のクオリティ(0-100)。
Padding
public float Padding { get; set; }
value = diagramExportOptions.Padding
diagramExportOptions.Padding = value
ピクセル内の図の周りのパディング。
Scale
public float Scale { get; set; }
value = diagramExportOptions.Scale
diagramExportOptions.Scale = value
スケール係数(1.0 = 100%)。