Enum SizeTypeEx
Represents type of width and height properties.
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public enum SizeTypeEx
Fields
| Name | Description |
|---|---|
| Number | Number's type of size (px, em, etc...). |
| Percent | Percentage type of width and height properties. |
| Unknown | Unknown type. |