ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / SplitGroup Class / Orientation Property

In This Topic
    Orientation Property (SplitGroup)
    In This Topic
    Gets or sets the orientation of the group.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Orientation As LayoutOrientation
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public LayoutOrientation Orientation {get; set;}
    See Also