Class FillType
Specifies how to resize a component when the component's layout bounds are larger than its preferred size.
Inheritance
System.Object
FillType
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class FillType : Enum
Fields
Both
The component's width and height are both changed to fill the entire available layout bounds.
Declaration
public const FillType Both
Field Value
| Type |
|---|
| FillType |
Horizontal
The component's width is changed to fill its layout bounds horizontally.
Declaration
public const FillType Horizontal
Field Value
| Type |
|---|
| FillType |
None
The component is not resized.
Declaration
public const FillType None
Field Value
| Type |
|---|
| FillType |
Vertical
The component's height is changed to fill its layout bounds vertically.
Declaration
public const FillType Vertical
Field Value
| Type |
|---|
| FillType |