alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class THEMESIZE

    Specifies the theme size type requested using Syncfusion.Windows.Forms.ThemedControlDrawing.GetPartSize(System.Drawing.Graphics,System.Int32,System.Int32,Syncfusion.Windows.Forms.THEMESIZE).

    Inheritance
    System.Object
    THEMESIZE
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class THEMESIZE : Enum

    Fields

    TS_DRAW

    Requesting the size that the theme manager uses to draw a part.

    Declaration
    public const THEMESIZE TS_DRAW
    Field Value
    Type
    THEMESIZE

    TS_MIN

    Requesting the minimum size.

    Declaration
    public const THEMESIZE TS_MIN
    Field Value
    Type
    THEMESIZE

    TS_TRUE

    Requesting the size of the theme part that will best fit the available space.

    Declaration
    public const THEMESIZE TS_TRUE
    Field Value
    Type
    THEMESIZE
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved