Gets or sets the vertical position of the KaxDock control in pixels. This
property is ignored when the KaxDock control is docked into a KaxDockZone.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Unit Top { get; set; }
Public Property Top As Unit
Get
Set
public:
property Unit Top {
Unit get ();
void set (Unit value);
}
member Top : Unit with get, set
Property Value
Type:
Unit
See Also