VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation Namespace / TextAnnotationData Class / TextAlign Property
Синтаксис Требования Смотрите также
В этом разделе
    TextAlign Свойство (TextAnnotationData)
    В этом разделе
    Возвращает или задает выравнивание текста в аннотации.
    Синтаксис
    '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

    Значение по умолчанию - AnchorType.TopLeft.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также