menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionDisplayMode - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved