Chart3D for WPF and Silverlight | ComponentOne
C1.Silverlight.Chart3D Namespace / GridDataSeries Class / BackStrokeProperty Field


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