Class SelectionShape
Specifies the type of selection shape.
Inheritance
System.Object
SelectionShape
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public sealed class SelectionShape : Enum
Fields
Circle
Selection will be applied as circle.
Declaration
public const SelectionShape Circle
Field Value
Type |
---|
SelectionShape |
Fill
Selection will be applied as rectangle.
Declaration
public const SelectionShape Fill
Field Value
Type |
---|
SelectionShape |