共用方式為


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

ChartHatchStyle 值,用於繪製註解背景。

屬性

備註

使用兩種色彩來繪製影線填滿;主要色彩是以屬性指定的 BackColor ,而次要色彩則是使用屬性來指定 BackSecondaryColor

適用於