Compartir a través de


RectangleAnnotation.BackHatchStyle Propiedad

Definición

Obtiene o establece el estilo de sombreado del fondo de una anotación.

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

Valor de propiedad

Un valor de ChartHatchStyle que se usa para dibujar el fondo.

Atributos

Comentarios

Se usan dos colores para dibujar el sombreado, un color principal que se especifica en la BackColor propiedad y un color secundario especificado con la BackColor propiedad .

Se aplica a