alexa
menu

WinForms

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

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved