Annotation.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); };
public virtual System.Drawing.ContentAlignment Alignment { get; set; }
member this.Alignment : System.Drawing.ContentAlignment with get, set
Public Overridable Property Alignment As ContentAlignment
Valeur de propriété
Valeur d'énumération ContentAlignment qui représente l'alignement du contenu.
Remarques
Cette propriété est utilisée pour aligner le texte pour TextAnnotationles objets , RectangleAnnotationEllipseAnnotation et CalloutAnnotation et pour aligner une image non mise à l’échelle à l’intérieur d’un ImageAnnotation objet.