Class WidthType
Specifies the width type for table and cells.
Inheritance
System.Object
WidthType
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.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 |
---|
WidthType |
Percent
Measure the current item width using a specified percentage.
Declaration
public const WidthType Percent
Field Value
Type |
---|
WidthType |
Point
Measure the current item width using a specified number of points.
Declaration
public const WidthType Point
Field Value
Type |
---|
WidthType |