Enum WidthType
Specifies the width type.
Namespace: Syncfusion.EJ.DocumentEditor
Assembly: Syncfusion.EJ.DocumentEditor.dll
Syntax
public enum WidthType
Fields
| Name | Description |
|---|---|
| Auto | Specifies the width to be determined automatically. |
| Percent | Specifies the width in percentage. |
| Pixel | Specifies the width in pixels. |