Struct BorderInfo
Defines a structure that keeps info about bordering.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Syncfusion.Windows.Forms.Edit.Utils
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public struct BorderInfo
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 |