AnnotationGroup.Alignment 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.
Obtient ou définit l'alignement du contenu d'une annotation.
public:
virtual property System::Drawing::ContentAlignment Alignment { System::Drawing::ContentAlignment get(); void set(System::Drawing::ContentAlignment value); };
[System.ComponentModel.Browsable(false)]
public override System.Drawing.ContentAlignment Alignment { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Alignment : System.Drawing.ContentAlignment with get, set
Public Overrides Property Alignment As ContentAlignment
Valeur de propriété
Valeur ContentAlignment qui représente l'alignement du contenu d'une annotation.
- Attributs
Remarques
Cette propriété permet d’aligner le texte pour TextAnnotationles objets , RectangleAnnotationEllipseAnnotation et CalloutAnnotation et d’aligner une image non mise à l’échelle à l’intérieur d’un ImageAnnotation objet .