VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI.WinForms Namespace / WinFormsTextBoxProvider Class / TextAlignment Property
Синтаксис Требования Смотрите также
В этом разделе
    TextAlignment Свойство (WinFormsTextBoxProvider)
    В этом разделе
    Возвращает или задает выравнивание текста.
    Синтаксис
    'Declaration
    
    Public Overrides Property TextAlignment As Vintasoft.Imaging.AnchorType
    
    
    public override Vintasoft.Imaging.AnchorType TextAlignment { get; set; }
    
    
    public: __property Vintasoft.Imaging.AnchorType get_TextAlignment(); override;
    public: __property void set_TextAlignment(
    Vintasoft.Imaging.AnchorType value
    ); override;
    public:
    property Vintasoft.Imaging.AnchorType TextAlignment { Vintasoft.Imaging.AnchorType get() override;; void set(Vintasoft.Imaging.AnchorType value) override;; }
    Требования

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

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