Chart3D for WPF and Silverlight | ComponentOne
C1.Silverlight.Chart3D Namespace / Axis3D Class / MajorTickHeightProperty Field


In This Topic
    MajorTickHeightProperty Field (Axis3D)
    In This Topic
    Using a DependencyProperty as the backing store for MajorTickHeight. This enables animation, styling, binding, etc...
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly MajorTickHeightProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = Axis3D.MajorTickHeightProperty
    public static readonly DependencyProperty MajorTickHeightProperty
    See Also