Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ToolbarSeparator Class / Orientation Property


In This Topic
    Orientation Property (ToolbarSeparator)
    In This Topic
    Gets or sets the orientation.
    Syntax
    'Declaration
     
    Public Property Orientation As Orientation
    'Usage
     
    Dim instance As ToolbarSeparator
    Dim value As Orientation
     
    instance.Orientation = value
     
    value = instance.Orientation
    public Orientation Orientation {get; set;}

    Property Value

    The orientation.
    See Also