Class RangeCap
Contains values for the RangeCap. It can be used to customize the appearance of the range cap.
Inheritance
System.Object
RangeCap
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.SfGauge.WPF.dll
Syntax
public sealed class RangeCap : Enum
Fields
Both
Apply the range cap at range pointer start and end position
Declaration
public const RangeCap Both
Field Value
Type |
---|
RangeCap |
End
Apply the range cap at range pointer end position
Declaration
public const RangeCap End
Field Value
Type |
---|
RangeCap |
None
Default value. No range cap applied.
Declaration
public const RangeCap None
Field Value
Type |
---|
RangeCap |
Start
Apply the range cap at range pointer start position
Declaration
public const RangeCap Start
Field Value
Type |
---|
RangeCap |