Class FrameType
Defines the types of frames available in SfImageEditor.
Inheritance
System.Object
FrameType
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class FrameType : Enum
Remarks
This option can be used with the DrawFrameAsync
method of the image editor control to draw frames on an image.
Fields
Bevel
Represents an option for a bevel frame.
Declaration
public const FrameType Bevel
Field Value
Type | Description |
---|---|
FrameType | Represents the string value: |
Hook
Represents an option for a hook frame.
Declaration
public const FrameType Hook
Field Value
Type | Description |
---|---|
FrameType | Represents the string value: |
Inset
Represents an option for an inset frame.
Declaration
public const FrameType Inset
Field Value
Type | Description |
---|---|
FrameType | Represents the string value: |
Line
Represents an option for a line frame.
Declaration
public const FrameType Line
Field Value
Type | Description |
---|---|
FrameType | Represents the string value: |
Mat
Represents an option for a mat frame.
Declaration
public const FrameType Mat
Field Value
Type | Description |
---|---|
FrameType | Represents the string value: |
None
Represents an option indicating no frame.
Declaration
public const FrameType None
Field Value
Type | Description |
---|---|
FrameType | Represents the string value: |