Title.BackImageAlignment 属性

定义

获取或设置标题背景图像的对齐方式。

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

属性

注解

当 属性设置为 Unscaled时,BackImageWrapMode将使用此属性。

适用于