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


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