KaxDockZoneFitDocks Property |
Gets or sets a value, indicating whether the control will set the size
of the docked KaxDock controls to 100% depending the control Orientation.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool FitDocks { get; set; }
Public Property FitDocks As Boolean
Get
Set
public:
property bool FitDocks {
bool get ();
void set (bool value);
}
member FitDocks : bool with get, set
Property Value
Type:
Boolean
Remarks
When Orientation is Horizontal, the Height of the docked KaxDock controls
will become 100%, otherwise the Width will become 100%.
See Also