KaxDockZoneOrientation Property |
Gets or sets a value that specifies the dimension in which docked KaxDock controls are arranged
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual Orientation Orientation { get; set; }
Public Overridable Property Orientation As Orientation
Get
Set
public:
virtual property Orientation Orientation {
Orientation get ();
void set (Orientation value);
}
abstract Orientation : Orientation with get, set
override Orientation : Orientation with get, set
Property Value
Type:
Orientation
See Also