Chart3D for WPF and Silverlight | ComponentOne
C1.Silverlight.Chart3D Namespace / GridDataSeries Class / BackStroke Property


In This Topic
    BackStroke Property (GridDataSeries)
    In This Topic
    Gets or sets the stroke brush for the meshes facing down(Z-).
    Syntax
    'Declaration
     
    
    Public Property BackStroke As Brush
    'Usage
     
    
    Dim instance As GridDataSeries
    Dim value As Brush
     
    instance.BackStroke = value
     
    value = instance.BackStroke
    public Brush BackStroke {get; set;}
    See Also