WinForms

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

    Show / Hide Table of Contents

    Interface IBorder

    Interface that provides the properties needed for correct show border lines of any element.

    Namespace: Syncfusion.Windows.Forms.HTMLUI
    Assembly: Syncfusion.HTMLUI.Windows.dll
    Syntax
    public interface IBorder

    Properties

    Color

    Gets or sets the color of the border line.

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

    Style

    Gets or sets the style of the border line.

    Declaration
    BordersStyle Style { get; set; }
    Property Value
    Type Description
    BordersStyle

    Width

    Gets or sets the width of the border line.

    Declaration
    int Width { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    Clone()

    Clones object.

    Declaration
    IBorder Clone()
    Returns
    Type Description
    IBorder

    Cloned object.

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