CalloutAnnotation.BackHatchStyle 属性
定义
获取或设置批注的背景阴影样式。Gets or sets the background hatch style of the annotation.
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 值,该值用于绘制批注背景。A ChartHatchStyle value used to draw the annotation background.
- 属性
注解
使用两种颜色绘制阴影,并使用 BackColor 和属性进行设置 BackSecondaryColor 。Two colors are used to draw the hatching, and are set with the BackColor and BackSecondaryColor properties.