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


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