Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionOptions - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectionOptions

    Inheritance
    System.Object
    SelectionOptions
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SelectionOptions : Object

    Constructors

    SelectionOptions()

    Declaration
    public SelectionOptions()

    Properties

    Close

    Declaration
    public CloseOptions Close { get; set; }
    Property Value
    Type Description
    CloseOptions

    DragRect

    Declaration
    public Rect DragRect { get; set; }
    Property Value
    Type Description
    Rect

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