Syntax
'Declaration
Public Overridable Property NestedScrollingEnabled As Boolean
'Usage
Dim instance As C1Border
Dim value As Boolean
instance.NestedScrollingEnabled = value
value = instance.NestedScrollingEnabled
public virtual bool NestedScrollingEnabled {get; set;}
See Also