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
public bool GripFlatStyle {get; set;}
See Also