Enum FillType
Specifies how to resize a component when the component's layout bounds are larger than its preferred size.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum FillType
Fields
Name | Description |
---|---|
Both | The component's width and height are both changed to fill the entire available layout bounds. |
Horizontal | The component's width is changed to fill its layout bounds horizontally. |
None | The component is not resized. |
Vertical | The component's height is changed to fill its layout bounds vertically. |