AnnotationSmartLabelStyle.CalloutBackColor Propriedade

Definição

Obtém ou define a cor de fundo do texto explicativo do rótulo.Gets or sets the back color of the label callout. Essa propriedade só é aplicável quando a propriedade CalloutStyle é definida como um valor de Box.This property is only applicable when the CalloutStyle property is set to a value of Box.

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

Valor da propriedade

Color

Um Color objeto que representa a cor de fundo do texto explicativo do rótulo.A Color object that represents the back color of the label callout.

Atributos

Comentários

Essa propriedade é para uso interno e é ocultada em tempo de design e tempo de execução.This property is for internal use and is hidden at design time and run time.

Aplica-se a