BorderSkin.BackImageAlignment 属性

定义

获取或设置外观框架的背景图像对齐方式。Gets or sets the background image alignment of a skin frame.

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

一个 ChartImageAlignmentStyle 枚举值。A ChartImageAlignmentStyle enumeration value.

属性

注解

BackImageAlignment属性由 Unscaled 绘图模式使用。The BackImageAlignment property is used by Unscaled drawing mode.

适用于