Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / C1Tool Class / Orientation Property

In This Topic
    Orientation Property (C1Tool)
    In This Topic
    Gets or sets the orientation of the tool element. When is Horizontal, the label will be drawn at the right of the icon, and when it is vertical, the label will be displayed at the bottom of the icon.
    Syntax
    'Declaration
     
    
    Public Property Orientation As Orientation
    public Orientation Orientation {get; set;}
    See Also