Class SelectionOptions
Inheritance
System.Object
SelectionOptions
Assembly: Syncfusion.Blazor.dll
Syntax
public class SelectionOptions : Object
Constructors
SelectionOptions()
Declaration
public SelectionOptions()
Properties
Close
Declaration
public CloseOptions Close { get; set; }
Property Value
DragRect
Declaration
public Rect DragRect { get; set; }
Property Value
Fill
Declaration
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
IsLasso
Declaration
public bool IsLasso { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Path
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
Stroke
Declaration
public string Stroke { get; set; }
Property Value
Type |
Description |
System.String |
|
StrokeWidth
Declaration
public string StrokeWidth { get; set; }
Property Value
Type |
Description |
System.String |
|