Annotation.BackGradientStyle Propriedade
Definição
Obtém ou define o estilo de gradiente da tela de fundo de uma anotação.Gets or sets the gradient style of an annotation background.
public:
virtual property System::Windows::Forms::DataVisualization::Charting::GradientStyle BackGradientStyle { System::Windows::Forms::DataVisualization::Charting::GradientStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::GradientStyle value); };
public virtual System.Windows.Forms.DataVisualization.Charting.GradientStyle BackGradientStyle { get; set; }
member this.BackGradientStyle : System.Windows.Forms.DataVisualization.Charting.GradientStyle with get, set
Public Overridable 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.
Comentários
Duas cores são usadas para desenhar os gradientes BackColor e BackSecondaryColor .Two colors are used to draw the gradients, BackColor and BackSecondaryColor.
Essa propriedade não se aplica a anotações de tipo de linha, anotações de imagem e anotações de texto.This property does not apply to line-type annotations, image annotations and text annotations.