ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1TextEditableContentControl Class / TextAlignment Property

In This Topic
    TextAlignment Property (C1TextEditableContentControl)
    In This Topic
    Gets or sets how the text should be aligned in the C1TextEditableContentControl.
    Syntax
    'Declaration
     
    
    Public Property TextAlignment As TextAlignment
    public TextAlignment TextAlignment {get; set;}
    See Also