VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / TextAnnotationData Class / TextAlign Property
Syntax Requirements SeeAlso
In This Topic
    TextAlign Property (TextAnnotationData)
    In This Topic
    Gets or sets the alignment of text in the annotation.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The alignment of text in the annotation.")>
    <LocalizableAttribute(True)>
    Public Property TextAlign As Vintasoft.Imaging.AnchorType
    
    
    [Description("The alignment of text in the annotation.")]
    [Localizable(True)]
    public Vintasoft.Imaging.AnchorType TextAlign { get; set; }
    
    
    [Description("The alignment of text in the annotation.")]
    [Localizable(True)]
    public: __property Vintasoft.Imaging.AnchorType get_TextAlign();
    public: __property void set_TextAlign(
    Vintasoft.Imaging.AnchorType value
    );
    [Description("The alignment of text in the annotation.")]
    [Localizable(True)]
    public:
    property Vintasoft.Imaging.AnchorType TextAlign { Vintasoft.Imaging.AnchorType get(); void set(Vintasoft.Imaging.AnchorType value); }

    Property Value

    Default value is AnchorType.TopLeft.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also