Class FrameLineStyle
Defines the types of lines available for frames in SfImageEditor.
Inheritance
System.Object
FrameLineStyle
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class FrameLineStyle : Enum
Remarks
This option can be used with the DrawFrameAsync
method of the image editor control to draw frames on an image.
Fields
Dashed
Represents an option for a dashed type of line.
Declaration
public const FrameLineStyle Dashed
Field Value
Type | Description |
---|---|
FrameLineStyle | Represents the string value: |
Dotted
Represents an option for a dotted type of line.
Declaration
public const FrameLineStyle Dotted
Field Value
Type | Description |
---|---|
FrameLineStyle | Represents the string value: |
Solid
Represents an option for a solid type of line.
Declaration
public const FrameLineStyle Solid
Field Value
Type | Description |
---|---|
FrameLineStyle | Represents the string value: |