alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class FrameBorderStyle

    Defines the constants that specifies the style of frame border line in EditControl.

    Inheritance
    System.Object
    FrameBorderStyle
    Namespace: Syncfusion.Windows.Forms.Edit.Enums
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public sealed class FrameBorderStyle : Enum

    Fields

    Dash

    Specifies the dash line.

    Declaration
    public const FrameBorderStyle Dash
    Field Value
    Type
    FrameBorderStyle

    DashDot

    Specifies the Dash-dot line.

    Declaration
    public const FrameBorderStyle DashDot
    Field Value
    Type
    FrameBorderStyle

    Dot

    Specifies the dot line.

    Declaration
    public const FrameBorderStyle Dot
    Field Value
    Type
    FrameBorderStyle

    None

    Defines no border.

    Declaration
    public const FrameBorderStyle None
    Field Value
    Type
    FrameBorderStyle

    Solid

    Specifies the one simple line.

    Declaration
    public const FrameBorderStyle Solid
    Field Value
    Type
    FrameBorderStyle

    Wave

    Specifies the wave line.

    Declaration
    public const FrameBorderStyle Wave
    Field Value
    Type
    FrameBorderStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved