Class SelectionDisplayMode
Selection highlight for selection behavior.
Inheritance
System.Object
SelectionDisplayMode
Namespace: Syncfusion.SfSunburstChart.Android
Assembly: Syncfusion.SfSunburstChart.Android.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 |
HighlightByStroke
Highlights the selected segment by changing the stroke color of the segment.
Declaration
public const SelectionDisplayMode HighlightByStroke
Field Value
Type |
---|
SelectionDisplayMode |