Class BorderInfo
Defines a structure that keeps info about bordering.
Inheritance
System.Object
BorderInfo
Namespace: Syncfusion.Windows.Forms.Edit.Utils
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class BorderInfo : ValueType
Fields
bFinish
Gets a value indicating whether border should be forced to draw in the end of the line or not.
Declaration
public bool bFinish
Field Value
| Type |
|---|
| System.Boolean |
format
Gets the Format that keeps info about border.
Declaration
public Format format
Field Value
| Type |
|---|
| Format |
Rect
Gets the border rectangle.
Declaration
public RectangleF Rect
Field Value
| Type |
|---|
| System.Drawing.RectangleF |