Class DiagramSelector
Inheritance
System.Object
DiagramSelector
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramSelector : EJTagHelper
Constructors
DiagramSelector()
Declaration
Properties
Connectors
Defines the collection of selected connectors
Declaration
[HtmlAttributeName("connectors")]
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
[HtmlAttributeName("constraints")]
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
[HtmlAttributeName("height")]
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
[HtmlAttributeName("nodes")]
public object Nodes { get; set; }
Property Value
Type |
Description |
System.Object |
|
OffsetX
Sets the positionX of the container
Declaration
[HtmlAttributeName("offsetX")]
public double OffsetX { get; set; }
Property Value
Type |
Description |
System.Double |
|
OffsetY
Sets the positionY of the container
Declaration
[HtmlAttributeName("offsetY")]
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
[HtmlAttributeName("pivot")]
public DiagramPoint Pivot { get; set; }
Property Value
RotateAngle
Sets the rotate angle of the container
Declaration
[HtmlAttributeName("rotateAngle")]
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
[HtmlAttributeName("rubberBandSelectionMode")]
public RubberBandSelectionMode RubberBandSelectionMode { get; set; }
Property Value
setTooltipTemplate helps to customize the content of a tooltip
Declaration
[HtmlAttributeName("setTooltipTemplate")]
public object SetTooltipTemplate { get; set; }
Property Value
Type |
Description |
System.Object |
|
UserHandles
Defines the collection of user handle
Declaration
[HtmlAttributeName("userHandles")]
public List<DiagramUserHandle> UserHandles { get; set; }
Property Value
Width
Sets/Gets the width of the container
Declaration
[HtmlAttributeName("width")]
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
Wrapper
Defines the size and position of the container
Declaration
[HtmlAttributeName("wrapper")]
public object Wrapper { get; set; }
Property Value
Type |
Description |
System.Object |
|