FreeLayoutProperties Members
Provides settings for the Widget View’s Free Layout Mode.Constructors
| Name | Description |
|---|---|
| FreeLayoutProperties(FreeLayoutGroup) | Initializes a new instance of the FreeLayoutProperties class with the specified settings. |
Properties
| Name | Description |
|---|---|
| EnableStickySplitters | Gets or sets whether sticky splitters are enabled. Sticky splitters allow end-users to quickly adjust widget sizes when resizing them. |
| FreeLayoutItems | Provides access to all widgets that are displayed when the Free Layout Mode activates. |
| ItemDragStyle | Gets or sets whether end-users see docking hints or live widget preview when dragging a widget in Free Layout Mode. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
See Also