Class DiagramSelector
Inheritance
System.Object
DiagramSelector
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramSelector : EJTagHelper
Constructors
DiagramSelector()
Declaration
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
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
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
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
Pivot
Sets the pivot of the selector
Declaration
public DiagramPoint Pivot { get; set; }
Property Value
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
SelectedObjects
Defines the collection of selected nodes and connectors
Declaration
public object SelectedObjects { get; set; }
Property Value
Type |
Description |
System.Object |
|
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
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 |
|