Class SelectionDisplayMode
Selection highlight for selection behavior.
Inheritance
System.Object
SelectionDisplayMode
Namespace: Syncfusion.UI.Xaml.SunburstChart
Assembly: Syncfusion.SfSunburstChart.WPF.dll
Syntax
public sealed class SelectionDisplayMode : Enum
Fields
HighlightByColor
Highlights the selected segment by changing the color of the segment.
Declaration
public const SelectionDisplayMode HighlightByColor
Field Value
Type |
---|
SelectionDisplayMode |
HighlightByOpacity
Highlights the selected segment by reducing the opacity of other segments.
Declaration
public const SelectionDisplayMode HighlightByOpacity
Field Value
Type |
---|
SelectionDisplayMode |
HighlightByStrokeColor
Highlights the selected segment by changing the stroke color of the segment.
Declaration
public const SelectionDisplayMode HighlightByStrokeColor
Field Value
Type |
---|
SelectionDisplayMode |