Search
CustomInterval.Fill Property
See Also
 






Gets or sets the brush to apply as a background of the elements within the custom interval.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public Brush Fill { get; set; }

Visual Basic  Copy Code

Public Property Fill As Brush

 Property Value

An instance of a Brush-derived class.

 See Also