Annotation.BackSecondaryColor Propriedade

Definição

Obtém ou define a cor secundária da tela de fundo da anotação.Gets or sets the secondary color of an annotation background.

public:
 virtual property System::Drawing::Color BackSecondaryColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))]
public virtual System.Drawing.Color BackSecondaryColor { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
member this.BackSecondaryColor : System.Drawing.Color with get, set
Public Overridable Property BackSecondaryColor As Color

Valor da propriedade

Color

Um Color valor usado para desenhar um plano de fundo de anotação com preenchimento de hachura ou gradiente.A Color value used to draw an annotation background with hatching or gradient fill.

Atributos

Comentários

A cor secundária é usada com o BackColor When BackHatchStyle ou BackGradientStyle é usado.The secondary color is used with the BackColor when BackHatchStyle or BackGradientStyle is used.

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.

Aplica-se a