Class SelectionColumnFormat
Represents the selection column format in DocumentEditor.
Inheritance
System.Object
SelectionColumnFormat
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class SelectionColumnFormat : Object
Constructors
SelectionColumnFormat()
Declaration
public SelectionColumnFormat()
Properties
Space
Gets or sets the space in between this column and next column.
Declaration
public double Space { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Returns the space value between this column and next column. |
Width
Gets or sets the width of the column.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Returns the width of the column. |