Enum WidthType
Specifies the width type for table and cells.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum WidthType
Fields
| Name | Description |
|---|---|
| Auto | Automatically select the unit of measure to use based on the current selection. |
| Percent | Measure the current item width using a specified percentage. |
| Point | Measure the current item width using a specified number of points. |