Enum RangeCap
Contains values for the RangeCap. It can be used to customize the appearance of the range cap.
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.SfGauge.WPF.dll
Syntax
public enum RangeCap
Fields
| Name | Description |
|---|---|
| Both | Apply the range cap at range pointer start and end position |
| End | Apply the range cap at range pointer end position |
| None | Default value. No range cap applied. |
| Start | Apply the range cap at range pointer start position |