共用方式為


RectangleAnnotation.BackHatchStyle 屬性

定義

取得或設定註解背景的影線樣式。

public:
 virtual property System::Windows::Forms::DataVisualization::Charting::ChartHatchStyle BackHatchStyle { System::Windows::Forms::DataVisualization::Charting::ChartHatchStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::ChartHatchStyle value); };
[System.ComponentModel.Browsable(true)]
public override System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle BackHatchStyle { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.BackHatchStyle : System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle with get, set
Public Overrides Property BackHatchStyle As ChartHatchStyle

屬性值

ChartHatchStyle 值,用於繪製背景。

屬性

備註

兩種色彩可用來繪製影線、指定 BackColor 屬性的主要色彩,以及使用 BackColor 屬性指定的次要色彩。

適用於