Enum THEMESIZE
Specifies the theme size type requested using Syncfusion.Windows.Forms.ThemedControlDrawing.GetPartSize(System.Drawing.Graphics,System.Int32,System.Int32,Syncfusion.Windows.Forms.THEMESIZE).
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum THEMESIZE
Fields
Name | Description |
---|---|
TS_DRAW | Requesting the size that the theme manager uses to draw a part. |
TS_MIN | Requesting the minimum size. |
TS_TRUE | Requesting the size of the theme part that will best fit the available space. |