Specifies the borders for a Style.
[Visual Basic]
Public Enum BorderTypeEnum
[C#]
public enum BorderTypeEnum
[Delphi]
type BorderTypeEnum = (Fillet, Flat, Groove, Inset, InsetBevel, None, Raised, RaisedBevel);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
Member name |
Description |
Fillet |
A fillet type border. |
Flat |
Borders have a Flat appearance. |
Groove |
A line around the inside of the border. |
Inset |
Borders have a 3D inset appearance. |
InsetBevel |
Borders have a 3D inset with a bevel. |
None |
No borders. |
Raised |
Borders have a 3D raised appearance. |
RaisedBevel |
Borders have a 3D raised with a bevel. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |