ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramSelector - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramSelector

    Inheritance
    System.Object
    EJTagHelper
    DiagramSelector
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramSelector : EJTagHelper

    Constructors

    DiagramSelector()

    Declaration
    public DiagramSelector()

    Properties

    Connectors

    Defines the collection of selected connectors

    Declaration
    public object Connectors { get; set; }
    Property Value
    Type Description
    System.Object

    Constraints

    Controls the visibility of selector. None - Hides all the selector elements ConnectorSourceThumb - Shows/hides the source thumb of the connector ConnectorTargetThumb - Shows/hides the target thumb of the connector ResizeSouthEast - Shows/hides the bottom right resize handle of the selector ResizeSouthWest - Shows/hides the bottom left resize handle of the selector ResizeNorthEast - Shows/hides the top right resize handle of the selector ResizeNorthWest - Shows/hides the top left resize handle of the selector ResizeEast - Shows/hides the middle right resize handle of the selector ResizeWest - Shows/hides the middle left resize handle of the selector ResizeSouth - Shows/hides the bottom center resize handle of the selector ResizeNorth - Shows/hides the top center resize handle of the selector Rotate - Shows/hides the rotate handle of the selector UserHandles - Shows/hides the user handles of the selector Resize - Shows/hides all resize handles of the selector

    Declaration
    public SelectorConstraints Constraints { get; set; }
    Property Value
    Type Description
    SelectorConstraints

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    Height

    Sets/Gets the height of the container

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

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    Nodes

    Defines the collection of selected nodes

    Declaration
    public object Nodes { get; set; }
    Property Value
    Type Description
    System.Object

    OffsetX

    Sets the positionX of the container

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

    OffsetY

    Sets the positionY of the container

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

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    Pivot

    Sets the pivot of the selector

    Declaration
    public DiagramPoint Pivot { get; set; }
    Property Value
    Type Description
    DiagramPoint

    RotateAngle

    Sets the rotate angle of the container

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

    RubberBandSelectionMode

    Defines how to pick the objects to be selected using rubber band selection CompleteIntersect - Selects the objects that are contained within the selected region PartialIntersect - Selects the objects that are partially intersected with the selected region

    Declaration
    public RubberBandSelectionMode RubberBandSelectionMode { get; set; }
    Property Value
    Type Description
    RubberBandSelectionMode

    SelectedObjects

    Defines the collection of selected nodes and connectors

    Declaration
    public object SelectedObjects { get; set; }
    Property Value
    Type Description
    System.Object

    SetTooltipTemplate

    setTooltipTemplate helps to customize the content of a tooltip

    Declaration
    public object SetTooltipTemplate { get; set; }
    Property Value
    Type Description
    System.Object

    UserHandles

    Defines the collection of user handle

    Declaration
    public List<DiagramUserHandle> UserHandles { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DiagramUserHandle>

    Width

    Sets/Gets the width of the container

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

    Wrapper

    Defines the size and position of the container

    Declaration
    public object Wrapper { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved