ComponentOne Chart3D for WPF and Silverlight
IsTabStop Property (Chart3DView)


C1.WPF.C1Chart3D Namespace > Chart3DView Class : IsTabStop Property
Syntax
'Declaration
 
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<System.ComponentModel.CategoryAttribute("Behavior")>
Public Property IsTabStop As System.Boolean
'Usage
 
Dim instance As Chart3DView
Dim value As System.Boolean
 
instance.IsTabStop = value
 
value = instance.IsTabStop
[System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.Category("Behavior")]
public System.bool IsTabStop {get; set;}
See Also

Reference

Chart3DView Class
Chart3DView Members