共用方式為


Title.BackImageAlignment 屬性

定義

取得或設定標題背景圖片的對齊。

public:
 property System::Web::UI::DataVisualization::Charting::ChartImageAlignmentStyle BackImageAlignment { System::Web::UI::DataVisualization::Charting::ChartImageAlignmentStyle get(); void set(System::Web::UI::DataVisualization::Charting::ChartImageAlignmentStyle value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle BackImageAlignment { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.BackImageAlignment : System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle with get, set
Public Property BackImageAlignment As ChartImageAlignmentStyle

屬性值

一個 ChartImageAlignmentStyle 列舉值,代表標題背景圖片的對齊。 預設值為 TopLeft

屬性

備註

當該 BackImageWrapMode 屬性被設定為 Unscaled時,會使用此屬性。

適用於