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 |
---|
System.Drawing.Color |
BorderStyle
Gets or sets the border line style of the text.
Declaration
FrameBorderStyle BorderStyle { get; set; }
Property Value
Type |
---|
FrameBorderStyle |
BorderWeight
Gets or sets the border line weight of the text.
Declaration
BorderWeight BorderWeight { get; set; }
Property Value
Type |
---|
BorderWeight |