menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FrameLineStyle - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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: "Dashed"

    Dotted

    Represents an option for a dotted type of line.

    Declaration
    public const FrameLineStyle Dotted
    Field Value
    Type Description
    FrameLineStyle

    Represents the string value: "Dotted"

    Solid

    Represents an option for a solid type of line.

    Declaration
    public const FrameLineStyle Solid
    Field Value
    Type Description
    FrameLineStyle

    Represents the string value: "Solid"

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved