Enum BorderStyle
Enum unit for ContextMenu Actions.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum BorderStyle
Fields
| Name | Description |
|---|---|
| Solid | Represents a solid border style. |
| Thick | Represents a thick border style. |
| Thin | Represents a thin border style. |