FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FpChart Class / GripFlatStyle Property


In This Topic
GripFlatStyle Property
In This Topic
Gets or sets a value indicating whether the grip has 3D style or flat style
Syntax
'Declaration
 
Public Property GripFlatStyle As Boolean
 
'Usage
 
Dim instance As FpChart
Dim value As Boolean
 
instance.GripFlatStyle = value
 
value = instance.GripFlatStyle
See Also