Gets or sets the brush to apply as a background of the elements within the custom interval.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public Brush Fill { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Fill As Brush |
An instance of a Brush-derived class.
See Also