menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SunburstSelectionBehavior - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SunburstSelectionBehavior

    Represents a selection behavior to the SfSunburstChart.

    Inheritance
    System.Object
    SunburstBehavior
    SunburstSelectionBehavior
    Inherited Members
    SunburstBehavior.OnDoubleTapped(DoubleTappedRoutedEventArgs)
    SunburstBehavior.OnPointerPressed(PointerRoutedEventArgs)
    SunburstBehavior.OnTapped(TappedRoutedEventArgs)
    Namespace: Syncfusion.UI.Xaml.SunburstChart
    Assembly: Syncfusion.SfSunburstChart.UWP.dll
    Syntax
    public class SunburstSelectionBehavior : SunburstBehavior

    Constructors

    SunburstSelectionBehavior()

    Declaration
    public SunburstSelectionBehavior()

    Fields

    EnableSelectionProperty

    The DependencyProperty for EnableSelection property.

    Declaration
    public static readonly DependencyProperty EnableSelectionProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    OpacityProperty

    The DependencyProperty for Opacity property.

    Declaration
    public static readonly DependencyProperty OpacityProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SelectionBrushProperty

    The DependencyProperty for SelectionBrush property.

    Declaration
    public static readonly DependencyProperty SelectionBrushProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SelectionCursorProperty

    The DependencyProperty for SelectionCursor property.

    Declaration
    public static readonly DependencyProperty SelectionCursorProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SelectionDisplayModeProperty

    The DependencyProperty for SelectionDisplayMode property.

    Declaration
    public static readonly DependencyProperty SelectionDisplayModeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SelectionModeProperty

    The DependencyProperty for SelectionMode property.

    Declaration
    public static readonly DependencyProperty SelectionModeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SelectionStrokeBrushProperty

    The DependencyProperty for SelectionStrokeBrush property.

    Declaration
    public static readonly DependencyProperty SelectionStrokeBrushProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SelectionStrokeThicknessProperty

    The DependencyProperty for SelectionStrokeThickness property.

    Declaration
    public static readonly DependencyProperty SelectionStrokeThicknessProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SelectionTypeProperty

    The DependencyProperty for SelectionType property.

    Declaration
    public static readonly DependencyProperty SelectionTypeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    EnableSelection

    Gets or sets a value indicating whether selection is enabled or not.

    Declaration
    public bool EnableSelection { get; set; }
    Property Value
    Type
    System.Boolean

    Opacity

    Gets or sets the opacity for unselected segments.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type
    System.Double

    SelectionBrush

    Gets or sets the brush to paint the interior of the selected segment.

    Declaration
    public Brush SelectionBrush { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    SelectionCursor

    Gets or sets the pointer cursor.

    Declaration
    public CoreCursorType SelectionCursor { get; set; }
    Property Value
    Type
    Windows.UI.Core.CoreCursorType

    SelectionDisplayMode

    Gets or sets a value that determines how to display the selected segment.

    Declaration
    public SelectionDisplayMode SelectionDisplayMode { get; set; }
    Property Value
    Type
    SelectionDisplayMode

    SelectionMode

    Gets or sets the selection mode.

    Declaration
    public SelectionMode SelectionMode { get; set; }
    Property Value
    Type
    SelectionMode

    SelectionStrokeBrush

    Gets or sets the stroke color to paint the stroke color of the selected segment.

    Declaration
    public Brush SelectionStrokeBrush { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    SelectionStrokeThickness

    Gets or sets the stroke thickness to paint the stroke thickness of the selected segment.

    Declaration
    public double SelectionStrokeThickness { get; set; }
    Property Value
    Type
    System.Double

    SelectionType

    Gets or sets the selection type, which indicates the selectable range.

    Declaration
    public SelectionType SelectionType { get; set; }
    Property Value
    Type
    SelectionType

    Methods

    OnPointerExited(PointerRoutedEventArgs)

    Called when the mouse exited on the SfSunburstChart.

    Declaration
    protected override void OnPointerExited(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    Event args.

    Overrides
    SunburstBehavior.OnPointerExited(PointerRoutedEventArgs)

    OnPointerMoved(PointerRoutedEventArgs)

    Called when the mouse move on the SfSunburstChart.

    Declaration
    protected override void OnPointerMoved(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    Event args.

    Overrides
    SunburstBehavior.OnPointerMoved(PointerRoutedEventArgs)

    OnPointerReleased(PointerRoutedEventArgs)

    Called when the mouse pressed on the SfSunburstChart.

    Declaration
    protected override void OnPointerReleased(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    Event args.

    Overrides
    SunburstBehavior.OnPointerReleased(PointerRoutedEventArgs)

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved