Class LayoutInformationType
Specifies the type of size information requested.
Inheritance
System.Object
LayoutInformationType
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class LayoutInformationType : Enum
Fields
MinimumSize
The minimum size of the component.
Declaration
public const LayoutInformationType MinimumSize
Field Value
| Type |
|---|
| LayoutInformationType |
PreferredSize
The preferred size of the component.
Declaration
public const LayoutInformationType PreferredSize
Field Value
| Type |
|---|
| LayoutInformationType |