menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RubberBandSelectionMode - API Reference

    Show / Hide Table of Contents

    Class RubberBandSelectionMode

    Specifies how to handle the selected items via rubber band selection.

    Inheritance
    System.Object
    RubberBandSelectionMode
    Namespace: Syncfusion.Blazor.Diagrams
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class RubberBandSelectionMode : Enum
    Examples
    <SfDiagram SelectedItems="@Sels"> </SfDiagram>
    @code
    {
       DiagramSelectedItems Sels = new DiagramSelectedItems()
       {
           RubberBandSelectionMode = RubberBandSelectionMode.CompleteIntersect
       };
    }

    Fields

    CompleteIntersect

    Selects the objects that are contained within the selected region.

    Declaration
    public const RubberBandSelectionMode CompleteIntersect
    Field Value
    Type Description
    RubberBandSelectionMode

    PartialIntersect

    Selects the objects that are partially intersected with the selected region.

    Declaration
    public const RubberBandSelectionMode PartialIntersect
    Field Value
    Type Description
    RubberBandSelectionMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved