Annotation.AnchorAlignment 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 d'une annotation au point d'ancrage.
public:
virtual property System::Drawing::ContentAlignment AnchorAlignment { System::Drawing::ContentAlignment get(); void set(System::Drawing::ContentAlignment value); };
public virtual System.Drawing.ContentAlignment AnchorAlignment { get; set; }
member this.AnchorAlignment : System.Drawing.ContentAlignment with get, set
Public Overridable Property AnchorAlignment As ContentAlignment
Valeur de propriété
Valeur d'énumération ContentAlignment qui représente l'alignement de l'annotation au point d'ancrage.
Remarques
L’annotation doit être ancrée à l’aide de la AnchorDataPoint propriété ou en définissant les AnchorX propriétés et AnchorY . Ses X propriétés et Y doivent être définies sur NaN.