Orientation Property (SplitGroup)
In This Topic
Gets or sets the orientation of the group.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property Orientation As LayoutOrientation
'Usage
Dim instance As SplitGroup
Dim value As LayoutOrientation
instance.Orientation = value
value = instance.Orientation
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public LayoutOrientation Orientation {get; set;}
public read-write property Orientation: LayoutOrientation;
System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
public function get,set Orientation : LayoutOrientation
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public: __property LayoutOrientation get_Orientation();
public: __property void set_Orientation(
LayoutOrientation value
);
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property LayoutOrientation Orientation {
LayoutOrientation get();
void set ( LayoutOrientation value);
}
See Also