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 | Description |
---|---|
SelectionDisplayMode |
HighlightByOpacity
Highlights the selected segment by reducing the opacity of other segments.
Declaration
public const SelectionDisplayMode HighlightByOpacity
Field Value
Type | Description |
---|---|
SelectionDisplayMode |
HighlightByStroke
Highlights the selected segment by changing the stroke color of the segment.
Declaration
public const SelectionDisplayMode HighlightByStroke
Field Value
Type | Description |
---|---|
SelectionDisplayMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |