Class DockFillModes
Specifies whether the DockFillMode of the Docking Window is Default, Absolute.
Inheritance
System.Object
DockFillModes
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class DockFillModes : Enum
Fields
Absolute
Sets the DockFillMode to Absolute
Declaration
public const DockFillModes Absolute
Field Value
| Type |
|---|
| DockFillModes |
Default
Sets the DockFillMode to Default
Declaration
public const DockFillModes Default
Field Value
| Type |
|---|
| DockFillModes |