menu

WinForms

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

    Show / Hide Table of Contents

    Class LineStyleDialog

    Represents a window or dialog box that is used for styling the lines in EditControl.

    Inheritance
    System.Object
    LineStyleDialog
    Namespace: Syncfusion.Windows.Forms.Edit.Forms.Popup
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class LineStyleDialog : Form

    Constructors

    LineStyleDialog(Color)

    Initializes a new instance of the LineStyleDialog class.

    Declaration
    public LineStyleDialog(Color color)
    Parameters
    Type Name Description
    System.Drawing.Color color

    Properties

    Color

    Gets or sets the color of lines in EditControl.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type
    System.Drawing.Color

    Style

    Gets or sets the style of lines in EditControl.

    Declaration
    public FrameBorderStyle Style { get; set; }
    Property Value
    Type
    FrameBorderStyle

    Weight

    Gets or sets the weight of lines in EditControl.

    Declaration
    public BorderWeight Weight { get; set; }
    Property Value
    Type
    BorderWeight

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    True to release both managed and unmanaged resources; false to release only unmanaged resources.

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