NestedScrollingEnabled Property (C1Gauge)
In This Topic
Syntax
'Declaration
Public Overridable Property NestedScrollingEnabled As Boolean
'Usage
Dim instance As C1Gauge
Dim value As Boolean
instance.NestedScrollingEnabled = value
value = instance.NestedScrollingEnabled
public virtual bool NestedScrollingEnabled {get; set;}
See Also