Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1SideCaption Class / TextAlignment Property

In This Topic
    TextAlignment Property (C1SideCaption)
    In This Topic
    Gets or sets the text alignment (near, far, or center) in the SideCaption.
    Syntax
    'Declaration
     
    
    Public Property TextAlignment As StringAlignment
    public StringAlignment TextAlignment {get; set;}
    See Also