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 |