ImageAnnotation.LineColor Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette propriété n'est pas applicable au type d'annotation image.
public:
virtual property System::Drawing::Color LineColor { 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 LineColor { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
member this.LineColor : System.Drawing.Color with get, set
Public Overrides Property LineColor As Color
Valeur de propriété
Valeur Color.
- Attributs
Remarques
Cette propriété n'est pas applicable au type d'annotation image.