次の方法で共有


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 使用されます。

適用対象