BorderSkin.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

一个 ChartImageAlignmentStyle 枚举值。

属性

注解

BackImageAlignment属性由绘制 Unscaled 模式使用。

适用于