AnnotationGroup.Alignment Propriedade
Definição
Obtém ou define o alinhamento do conteúdo de uma anotação.Gets or sets the content alignment of an 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
Valor da propriedade
Um ContentAlignment valor que representa o alinhamento de conteúdo de uma anotação.A ContentAlignment value that represents the content alignment of an annotation.
- Atributos
Comentários
Essa propriedade é usada para alinhar o texto para TextAnnotation RectangleAnnotation objetos, EllipseAnnotation e CalloutAnnotation , e alinhar uma imagem não dimensionada dentro de um ImageAnnotation objeto.This property is used to align text for TextAnnotation, RectangleAnnotation, EllipseAnnotation and CalloutAnnotation objects, and to align a nonscaled image inside an ImageAnnotation object.