Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1Ribbon Class / CaptionAlignment Property

In This Topic
    CaptionAlignment Property (C1Ribbon)
    In This Topic
    Gets or sets how the form caption is horizontally aligned.
    Syntax
    'Declaration
     
    
    Public Property CaptionAlignment As HorizontalAlignment
    public HorizontalAlignment CaptionAlignment {get; set;}
    See Also