WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum FillType

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved