WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IBorderFormat - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IBorderFormat

    Provides the functionality for text border settings.

    Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface IBorderFormat

    Properties

    BorderColor

    Gets or sets the border color.

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

    BorderStyle

    Gets or sets the border line style of the text.

    Declaration
    FrameBorderStyle BorderStyle { get; set; }
    Property Value
    Type Description
    FrameBorderStyle

    BorderWeight

    Gets or sets the border line weight of the text.

    Declaration
    BorderWeight BorderWeight { get; set; }
    Property Value
    Type Description
    BorderWeight
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved