Class WidthType
Specifies the width type for table and cells
Inheritance
System.Object
WidthType
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class WidthType : Enum
Fields
Auto
Automatically select the unit of measure to use based on the current selection.
Declaration
public const WidthType Auto
Field Value
Type | Description |
---|---|
WidthType |
Percent
Measure the current item width using a specified percentage.
Declaration
public const WidthType Percent
Field Value
Type | Description |
---|---|
WidthType |
Point
Measure the current item width using a specified number of points.
Declaration
public const WidthType Point
Field Value
Type | Description |
---|---|
WidthType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |