Class BorderSettings
Specifies the settings for border.
Inherited Members
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class BorderSettings
Constructors
BorderSettings()
Declaration
public BorderSettings()
Properties
BorderColor
Specifies the border color.
Declaration
[JsonPropertyName("borderColor")]
public string BorderColor { get; set; }
Property Value
| Type |
|---|
| string |
BorderStyle
Specifies the border style.
Declaration
[JsonPropertyName("borderStyle")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public LineStyle BorderStyle { get; set; }
Property Value
| Type |
|---|
| LineStyle |
LineWidth
Specifies the line width.
Declaration
[JsonPropertyName("lineWidth")]
public double LineWidth { get; set; }
Property Value
| Type |
|---|
| double |
Type
Specifies the border type.
Declaration
[JsonPropertyName("type")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public BorderType Type { get; set; }
Property Value
| Type |
|---|
| BorderType |