Chart3D for WPF and Silverlight | ComponentOne
C1.Silverlight.Chart3D Namespace / C1Chart3D Class / AzimuthActionModifiers Property


In This Topic
    AzimuthActionModifiers Property (C1Chart3D)
    In This Topic
    Gets or sets the key modifiers for Azimuth action.
    Syntax
    'Declaration
     
    
    Public Property AzimuthActionModifiers As ModifierKeys
    'Usage
     
    
    Dim instance As C1Chart3D
    Dim value As ModifierKeys
     
    instance.AzimuthActionModifiers = value
     
    value = instance.AzimuthActionModifiers
    public ModifierKeys AzimuthActionModifiers {get; set;}
    See Also