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


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