LinearGaugeRange Class
Definition
Represents a colored range on a linear gauge.
public class LinearGaugeRange
Constructors
| Name | Description |
|---|---|
| LinearGaugeRange | No summary available. |
LinearGaugeRange Constructor
public LinearGaugeRange()
Properties
| Name | Description |
|---|---|
| Brush | Gets or sets the brush/color for this range. |
| End | Gets or sets the end value of the range. |
| Start | Gets or sets the start value of the range. |
Brush Property
Gets or sets the brush/color for this range.
public Avalonia.Media.IBrush Brush { get; set; }
End Property
Gets or sets the end value of the range.
public double End { get; set; }
Start Property
Gets or sets the start value of the range.
public double Start { get; set; }
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |
PropertyChanged Event
Occurs when a property value changes.
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged