Determines appearance of the control's borders within the component.
'Declaration
Public Property FlatBorders As System.Boolean
'Usage
Dim instance As VisualOptions
Dim value As System.Boolean
instance.FlatBorders = value
value = instance.FlatBorders
public System.bool FlatBorders {get; set;}
public: __property System.bool get_FlatBorders();
public: __property void set_FlatBorders(
System.bool value
);
Property Value
The controls appear flat when this property is true, otherwise the control appear three-dimensional.