Annotation.AnchorAlignment Propiedad

Definición

Obtiene o establece la alineación de una anotación con respecto al punto de anclaje.

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

Valor de propiedad

Valor de enumeración ContentAlignment que representa la alineación de la anotación con respecto al punto de anclaje.

Comentarios

La anotación debe estar anclada mediante la AnchorDataPoint propiedad o estableciendo las AnchorX propiedades y AnchorY . Sus X propiedades y Y deben establecerse NaNen .

Se aplica a