RectangleAnnotation.BackGradientStyle Propriedade
Definição
Obtém ou define o estilo de gradiente da anotação.Gets or sets the gradient style of the annotation.
public:
virtual property System::Web::UI::DataVisualization::Charting::GradientStyle BackGradientStyle { System::Web::UI::DataVisualization::Charting::GradientStyle get(); void set(System::Web::UI::DataVisualization::Charting::GradientStyle value); };
[System.ComponentModel.Browsable(true)]
public override System.Web.UI.DataVisualization.Charting.GradientStyle BackGradientStyle { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.BackGradientStyle : System.Web.UI.DataVisualization.Charting.GradientStyle with get, set
Public Overrides Property BackGradientStyle As GradientStyle
Valor da propriedade
Um GradientStyle valor usado para desenhar um plano de fundo de anotação.A GradientStyle value used to draw an annotation background.
- Atributos
Comentários
Duas cores são usadas para desenhar o gradiente, uma cor primária que é especificada BackColor e uma cor secundária que é especificada com o BackSecondaryColor .Two colors are used to draw the gradient, a primary color that is specified the BackColor and a secondary color that is specified with the BackSecondaryColor.