Compartir a través de


AnnotationGroup.Alignment Propiedad

Definición

Obtiene o establece la alineación del contenido de una anotación.

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

Valor de propiedad

Valor ContentAlignment que representa la alineación del contenido de una anotación.

Atributos

Comentarios

Esta propiedad se usa para alinear el texto de TextAnnotationlos objetos , RectangleAnnotationEllipseAnnotation y CalloutAnnotation y para alinear una imagen sin escala dentro de un ImageAnnotation objeto .

Se aplica a