alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum FrameLineStyle

    Defines the types of lines available for frames in SfImageEditor.

    Namespace: Syncfusion.Blazor.ImageEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public enum FrameLineStyle
    Remarks

    This option can be used with the DrawFrameAsync method of the image editor control to draw frames on an image.

    Fields

    Name Description
    Dashed

    Represents an option for a dashed type of line.

    Dotted

    Represents an option for a dotted type of line.

    Solid

    Represents an option for a solid type of line.

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