Chart.BackImageAlignment 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用於 Unscaled 繪製模式的背景影像對齊方式。
public:
property System::Windows::Forms::DataVisualization::Charting::ChartImageAlignmentStyle BackImageAlignment { System::Windows::Forms::DataVisualization::Charting::ChartImageAlignmentStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::ChartImageAlignmentStyle value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle BackImageAlignment { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.BackImageAlignment : System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle with get, set
Public Property BackImageAlignment As ChartImageAlignmentStyle
屬性值
ChartImageAlignmentStyle 列舉值,可指定圖表的背景影像對齊。 預設值是 TopLeft。
- 屬性
備註
這個屬性會決定控制項背景影像 Chart 的對齊方式;只有當 屬性設定為 ChartImageWrapMode.Unscaled 時 BackImageWrapMode ,才會套用它。