Class SfDiagram
Represents a diagram.
Inheritance
Implements
Namespace: Syncfusion.SfDiagram.iOS
Assembly: Syncfusion.SfDiagram.iOS.dll
Syntax
public class SfDiagram : UIView, IDisposable
Constructors
SfDiagram()
Initializes a new instance of the SfDiagram class.
Declaration
public SfDiagram()
SfDiagram(DiagramStyleSettings)
Initializes a new instance of the SfDiagram class.
Declaration
public SfDiagram(DiagramStyleSettings defaultStyleProperties)
Parameters
Type | Name | Description |
---|---|---|
DiagramStyleSettings | defaultStyleProperties | Represents the default style properties. |
SfDiagram(IntPtr)
Initializes a new instance of the SfDiagram class.
Declaration
public SfDiagram(IntPtr handle)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | handle | Represents the current context. |
Properties
Connectors
Gets or sets the connector collection from diagram.
Declaration
public ConnectorCollection Connectors { get; set; }
Property Value
Type | Description |
---|---|
ConnectorCollection | diagram Connector collection. |
ContextMenuSettings
Gets the context menu settings.
Declaration
public ContextMenuSettings ContextMenuSettings { get; }
Property Value
Type | Description |
---|---|
ContextMenuSettings | The context menu settings. |
DataSourceSettings
Gets or sets the DataSource settings for automatic layout of diagram like Organizational chart.
Declaration
public DataSourceSettings DataSourceSettings { get; set; }
Property Value
Type |
---|
DataSourceSettings |
DrawingMode
Gets or sets the drawing mode for diagram.
Declaration
public DrawingMode DrawingMode { get; set; }
Property Value
Type |
---|
DrawingMode |
EnableAutoScroll
Gets or sets a value indicating whether element dragging is enabled or not.
Declaration
public bool EnableAutoScroll { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
EnableDrag
Gets or sets a value indicating whether element dragging is enabled or not.
Declaration
public bool EnableDrag { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
EnableResize
Gets or sets a value indicating whether the resizing of elements are enabled or not.
Declaration
public bool EnableResize { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
EnableRotation
Gets or sets a value indicating whether the elements can be rotated or not.
Declaration
public bool EnableRotation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
EnableSelectors
Gets or sets a value indicating whether this SfDiagram enable selectors.
Declaration
public bool EnableSelectors { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
EnableTextEditing
Gets or sets a value indicating whether the text editing is enabled or not.
Declaration
public bool EnableTextEditing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
EnableVirtualization
Gets or sets a value indicating whether gets or sets a boolean that denotes whether the virtualization is enabled or not.
Declaration
public bool EnableVirtualization { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableZoomAndPan
Gets or sets a value indicating whether zooming and panning operations are enabled or not.
Declaration
public bool EnableZoomAndPan { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Frame
Gets or sets Frame.
Declaration
public override CGRect Frame { get; set; }
Property Value
Type |
---|
CoreGraphics.CGRect |
Height
Gets or sets or set the height.
Declaration
public float Height { get; set; }
Property Value
Type | Description |
---|---|
System.Single | It's define the height of diagram. |
IsReadOnly
Gets or sets a value indicating whether gets or sets a value whether this diagram is read-only or not.
Declaration
public bool IsReadOnly { get; set; }
Property Value
Type |
---|
System.Boolean |
LayoutManager
Gets or sets the LayoutManager of the Diagram.
Declaration
public LayoutManager LayoutManager { get; set; }
Property Value
Type | Description |
---|---|
LayoutManager | Layout the diagram node and connectors. |
MaximumZoomFactor
Gets or sets the maximum zoom factor.
Declaration
public nfloat MaximumZoomFactor { get; set; }
Property Value
Type | Description |
---|---|
System.nfloat | The maximum zoom factor. |
MinimumZoomFactor
Gets or sets the minimum zoom factor.
Declaration
public nfloat MinimumZoomFactor { get; set; }
Property Value
Type | Description |
---|---|
System.nfloat | The minimum zoom factor. |
Nodes
Gets or sets the Node collection of the Diagram.
Declaration
public NodeCollection Nodes { get; set; }
Property Value
Type | Description |
---|---|
NodeCollection | diagram Node collection. |
NodeTemplate
Gets or sets the node template.
Declaration
public UIView NodeTemplate { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIView | Assign the template for node. |
OverviewPanel
Gets or sets the Overview.
Declaration
public OverviewPanel OverviewPanel { get; set; }
Property Value
Type |
---|
OverviewPanel |
PageSettings
Gets the page settings.
Declaration
public PageSettings PageSettings { get; }
Property Value
Type | Description |
---|---|
PageSettings | The page settings. |
ScrollSettings
Gets or sets the scroll settings.
Declaration
public ScrollSettings ScrollSettings { get; set; }
Property Value
Type | Description |
---|---|
ScrollSettings | The scroll settings. |
SelectedItems
Gets or sets get the selected diagram items.
Declaration
public ObservableCollection<DiagramBaseItem> SelectedItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<DiagramBaseItem> | selected Items in diagram. |
ShowStencil
Gets or sets a value indicating whether this SfDiagram show stencil.
Declaration
public bool ShowStencil { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Stencil
Gets or sets the stencil.
Declaration
public Stencil Stencil { get; set; }
Property Value
Type | Description |
---|---|
Stencil | Stencil for diagram. |
UserHandles
Gets or sets the user handles.
Declaration
public UserHandleCollection UserHandles { get; set; }
Property Value
Type | Description |
---|---|
UserHandleCollection | The user handles. |
Width
Gets or sets or set the Width.
Declaration
public float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single | It's define the width of diagram. |
ZoomFactor
Gets or sets the zoom factor.The value should range from 0.4 to 4.
Declaration
public nfloat ZoomFactor { get; set; }
Property Value
Type | Description |
---|---|
System.nfloat | The zoom factor. |
Methods
add_BeginNodeLayout(BeginNodeLayoutEventHandler)
Declaration
public void add_BeginNodeLayout(BeginNodeLayoutEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
BeginNodeLayoutEventHandler | value |
add_BeginNodeRender(BeginNodeRenderEventHandler)
Declaration
public void add_BeginNodeRender(BeginNodeRenderEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
BeginNodeRenderEventHandler | value |
add_Clicked(DiagramClickedEventHandler)
Declaration
public void add_Clicked(DiagramClickedEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
DiagramClickedEventHandler | value |
add_ConnectorClicked(ConnectorClickEventHandler)
Declaration
public void add_ConnectorClicked(ConnectorClickEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
ConnectorClickEventHandler | value |
add_DiagramObjectDeleted(DiagramObjectDeletedEventHandler)
Declaration
public void add_DiagramObjectDeleted(DiagramObjectDeletedEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
DiagramObjectDeletedEventHandler | value |
add_DiagramObjectDropped(DiagramObjectDroppedEventHandler)
Declaration
public void add_DiagramObjectDropped(DiagramObjectDroppedEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
DiagramObjectDroppedEventHandler | value |
add_DragEnd(DragEndEventHandler)
Declaration
public void add_DragEnd(DragEndEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
DragEndEventHandler | value |
add_ItemAdded(ItemAddedEventHandler)
Declaration
public void add_ItemAdded(ItemAddedEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
ItemAddedEventHandler | value |
add_ItemLongPressed(ItemLongPressedEventHandler)
Declaration
public void add_ItemLongPressed(ItemLongPressedEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
ItemLongPressedEventHandler | value |
add_Loaded(DiagramLoadedEventHandler)
Declaration
public void add_Loaded(DiagramLoadedEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
DiagramLoadedEventHandler | value |
add_NodeClicked(NodeClickEventHandler)
Declaration
public void add_NodeClicked(NodeClickEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
NodeClickEventHandler | value |
add_OnTextEdit(OnTextEditEventHandler)
Declaration
public void add_OnTextEdit(OnTextEditEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
OnTextEditEventHandler | value |
add_ResizeEnd(ResizeEndEventHandler)
Declaration
public void add_ResizeEnd(ResizeEndEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
ResizeEndEventHandler | value |
add_RotateEnd(RotateEndEventHandler)
Declaration
public void add_RotateEnd(RotateEndEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
RotateEndEventHandler | value |
add_SymbolGroupExpandCollapse(SymbolGroupExpandCollapseEventHandler)
Declaration
public void add_SymbolGroupExpandCollapse(SymbolGroupExpandCollapseEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
SymbolGroupExpandCollapseEventHandler | value |
add_TextChanged(TextChangedEventHandler)
Declaration
public void add_TextChanged(TextChangedEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
TextChangedEventHandler | value |
add_UserHandleClicked(UserHandleClickedEventHandler)
Declaration
public void add_UserHandleClicked(UserHandleClickedEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
UserHandleClickedEventHandler | value |
AddConnector(Connector)
Add the Connector to the diagram view.
Declaration
public void AddConnector(Connector connector)
Parameters
Type | Name | Description |
---|---|---|
Connector | connector | Add the connector to view. |
AddNode(Node)
Add the Node to the diagram view.
Declaration
public void AddNode(Node node)
Parameters
Type | Name | Description |
---|---|---|
Node | node | Add the node to diagram. |
AwakeFromNib()
Add AwakeFromNib override method.
Declaration
public override void AwakeFromNib()
BringForward()
Bring Forward if the selected instance is intersects with other instance.
Declaration
public void BringForward()
BringToFront()
Bring Front the selected instance.
Declaration
public void BringToFront()
BringToView(DiagramBaseItem)
Brings to view.
Declaration
public void BringToView(DiagramBaseItem obj)
Parameters
Type | Name | Description |
---|---|---|
DiagramBaseItem | obj | DiagramBaseItem Object. |
Clear()
Clears the Node collection and Connector collection from the Diagram.
Declaration
public void Clear()
ClearSelection()
Clears the Selection.
Declaration
public void ClearSelection()
Copy()
Copy the selected diagram items to the local clipboard.
Declaration
public void Copy()
Cut()
Cut the selected diagram items.
Declaration
public void Cut()
Delete()
Deletes the selected diagram items from the diagram view.
Declaration
public void Delete()
Dispose(Boolean)
Releases all resource used by the SfDiagram object.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | disposing value. |
Draw(CGRect)
Draw the specified rectangle.
Declaration
public override void Draw(CGRect rect)
Parameters
Type | Name | Description |
---|---|---|
CoreGraphics.CGRect | rect | Rectangle value. |
GetItemByName(String)
Returns the diagram item by name.
Declaration
public DiagramBaseItem GetItemByName(string item)
Parameters
Type | Name | Description |
---|---|---|
System.String | item | Name of the diagram item. |
Returns
Type | Description |
---|---|
DiagramBaseItem | return ItemByName. |
LayoutSubviews()
Layouts the sub views.
Declaration
public override void LayoutSubviews()
Load(String)
Loads the diagram objects from the JSON string.
Declaration
public void Load(string json)
Parameters
Type | Name | Description |
---|---|---|
System.String | json | JSON string which represents the diagram elements. |
Paste()
Pastes the copied diagram items from the local clipboard.
Declaration
public void Paste()
Redo()
Perform Redo operation.
Declaration
public void Redo()
remove_BeginNodeLayout(BeginNodeLayoutEventHandler)
Declaration
public void remove_BeginNodeLayout(BeginNodeLayoutEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
BeginNodeLayoutEventHandler | value |
remove_BeginNodeRender(BeginNodeRenderEventHandler)
Declaration
public void remove_BeginNodeRender(BeginNodeRenderEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
BeginNodeRenderEventHandler | value |
remove_Clicked(DiagramClickedEventHandler)
Declaration
public void remove_Clicked(DiagramClickedEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
DiagramClickedEventHandler | value |
remove_ConnectorClicked(ConnectorClickEventHandler)
Declaration
public void remove_ConnectorClicked(ConnectorClickEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
ConnectorClickEventHandler | value |
remove_DiagramObjectDeleted(DiagramObjectDeletedEventHandler)
Declaration
public void remove_DiagramObjectDeleted(DiagramObjectDeletedEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
DiagramObjectDeletedEventHandler | value |
remove_DiagramObjectDropped(DiagramObjectDroppedEventHandler)
Declaration
public void remove_DiagramObjectDropped(DiagramObjectDroppedEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
DiagramObjectDroppedEventHandler | value |
remove_DragEnd(DragEndEventHandler)
Declaration
public void remove_DragEnd(DragEndEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
DragEndEventHandler | value |
remove_ItemAdded(ItemAddedEventHandler)
Declaration
public void remove_ItemAdded(ItemAddedEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
ItemAddedEventHandler | value |
remove_ItemLongPressed(ItemLongPressedEventHandler)
Declaration
public void remove_ItemLongPressed(ItemLongPressedEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
ItemLongPressedEventHandler | value |
remove_Loaded(DiagramLoadedEventHandler)
Declaration
public void remove_Loaded(DiagramLoadedEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
DiagramLoadedEventHandler | value |
remove_NodeClicked(NodeClickEventHandler)
Declaration
public void remove_NodeClicked(NodeClickEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
NodeClickEventHandler | value |
remove_OnTextEdit(OnTextEditEventHandler)
Declaration
public void remove_OnTextEdit(OnTextEditEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
OnTextEditEventHandler | value |
remove_ResizeEnd(ResizeEndEventHandler)
Declaration
public void remove_ResizeEnd(ResizeEndEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
ResizeEndEventHandler | value |
remove_RotateEnd(RotateEndEventHandler)
Declaration
public void remove_RotateEnd(RotateEndEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
RotateEndEventHandler | value |
remove_SymbolGroupExpandCollapse(SymbolGroupExpandCollapseEventHandler)
Declaration
public void remove_SymbolGroupExpandCollapse(SymbolGroupExpandCollapseEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
SymbolGroupExpandCollapseEventHandler | value |
remove_TextChanged(TextChangedEventHandler)
Declaration
public void remove_TextChanged(TextChangedEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
TextChangedEventHandler | value |
remove_UserHandleClicked(UserHandleClickedEventHandler)
Declaration
public void remove_UserHandleClicked(UserHandleClickedEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
UserHandleClickedEventHandler | value |
RemoveConnector(Connector)
Removes the specified Connector from the diagram view.
Declaration
public void RemoveConnector(Connector connector)
Parameters
Type | Name | Description |
---|---|---|
Connector | connector | The connector. |
RemoveNode(Node)
Removes the node.
Declaration
public void RemoveNode(Node node)
Parameters
Type | Name | Description |
---|---|---|
Node | node | Remove the Node from diagram. |
RemoveNode(Node, Boolean)
Remove the node from diagram page.
Declaration
public void RemoveNode(Node node, bool removeAllChildrens)
Parameters
Type | Name | Description |
---|---|---|
Node | node | remove the node to diagram. |
System.Boolean | removeAllChildrens | Remove All Children. |
ResetZoom()
Resets the zoom.
Declaration
public void ResetZoom()
SaveAsImage()
Save the SfDiagram into image. Its using default format. File Name - its generated automatically by using the Current Date and Time.
Declaration
public void SaveAsImage()
SaveAsImage(ImageFormat)
Save the diagram as image in specific format.
Declaration
public void SaveAsImage(ImageFormat imageFormat)
Parameters
Type | Name | Description |
---|---|---|
ImageFormat | imageFormat | Save image in provided format. |
SaveAsImage(ImageFormat, Int32)
Save the diagram as image in specific format.
Declaration
public void SaveAsImage(ImageFormat imageFormat, int padding)
Parameters
Type | Name | Description |
---|---|---|
ImageFormat | imageFormat | Save image in provided format. |
System.Int32 | padding | Padding for the diagram in the image. |
SaveAsImage(ImageFormat, Int32, Int32, Int32, Int32)
Save the diagram as image in specific format.
Declaration
public void SaveAsImage(ImageFormat imageFormat, int left, int top, int right, int bottom)
Parameters
Type | Name | Description |
---|---|---|
ImageFormat | imageFormat | Save image in provided format. |
System.Int32 | left | left value. |
System.Int32 | top | top value. |
System.Int32 | right | right value. |
System.Int32 | bottom | bottom value. |
SaveAsImage(Int32)
Save the SfDiagram into image. Its using default format. File Name - its generated automatically by using the Current Date and Time.
Declaration
public void SaveAsImage(int padding)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | padding | Padding for the diagram in the image. |
SaveAsImage(Int32, Int32, Int32, Int32)
Save the SfDiagram into image. Its using default format. File Name - its generated automatically by using the Current Date and Time.
Declaration
public void SaveAsImage(int left, int top, int right, int bottom)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | left | left value. |
System.Int32 | top | top value. |
System.Int32 | right | right value. |
System.Int32 | bottom | bottom value. |
SaveAsImage(Stream)
Save the sfDiagram as image in given Stream.
Declaration
public void SaveAsImage(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | stream value. |
SaveAsImage(Stream, ImageFormat)
Save the sfDiagram as image in given Stream and given format.
Declaration
public void SaveAsImage(Stream stream, ImageFormat imageFormat)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | To save image as stream in specified format. |
ImageFormat | imageFormat | Save image in provided format. |
SaveAsImage(Stream, ImageFormat, Int32)
Save the sfDiagram as image in given Stream and given format.
Declaration
public void SaveAsImage(Stream stream, ImageFormat imageFormat, int padding)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | To save image as stream in specified format. |
ImageFormat | imageFormat | Save image in provided format. |
System.Int32 | padding | Padding for the diagram in the image. |
SaveAsImage(Stream, ImageFormat, Int32, Int32, Int32, Int32)
Save the sfDiagram as image in given Stream and given format.
Declaration
public void SaveAsImage(Stream stream, ImageFormat imageFormat, int left, int top, int right, int bottom)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | To save image as stream in specified format. |
ImageFormat | imageFormat | Save image in provided format. |
System.Int32 | left | left value. |
System.Int32 | top | top value. |
System.Int32 | right | right value. |
System.Int32 | bottom | bottom value. |
SaveAsImage(Stream, Int32)
Save the sfDiagram as image in given Stream.
Declaration
public void SaveAsImage(Stream stream, int padding)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | stream value. |
System.Int32 | padding | Padding for the diagram in the image. |
SaveAsImage(Stream, Int32, Int32, Int32, Int32)
Save the sfDiagram as image in given Stream.
Declaration
public void SaveAsImage(Stream stream, int left, int top, int right, int bottom)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | stream value. |
System.Int32 | left | left value. |
System.Int32 | top | top value. |
System.Int32 | right | right value. |
System.Int32 | bottom | bottom value. |
SaveAsJson()
Save diagram as data.
Declaration
public string SaveAsJson()
Returns
Type | Description |
---|---|
System.String | Save the diagram in the format. |
Select(DiagramBaseItem)
Add Selection to specified object.
Declaration
public void Select(DiagramBaseItem item)
Parameters
Type | Name | Description |
---|---|---|
DiagramBaseItem | item | Diagram Base Item. |
SendBackward()
Send Backward if the selected instance is intersects with other instance.
Declaration
public void SendBackward()
SendToBack()
Send Back the selected instance.
Declaration
public void SendToBack()
ShowSelectorHandle(Boolean, SelectorPosition)
Show or hide the selector handle for diagram element based on the specified SelectorPosition options.
Declaration
public void ShowSelectorHandle(bool visible, SelectorPosition position)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | visible | visible value. |
SelectorPosition | position | Selector Position. |
Undo()
Perform undo operation.
Declaration
public void Undo()
Events
BeginNodeLayout
Occurs when a node starts to layout.
Declaration
public event BeginNodeLayoutEventHandler BeginNodeLayout
Event Type
BeginNodeRender
Occurs when a node starts to render in the diagram control.
Declaration
public event BeginNodeRenderEventHandler BeginNodeRender
Event Type
Clicked
Occurs when a click action happened in diagram.
Declaration
public event DiagramClickedEventHandler Clicked
Event Type
ConnectorClicked
Occurs when a connector is clicked.
Declaration
public event ConnectorClickEventHandler ConnectorClicked
Event Type
DiagramObjectDeleted
Occurs when a diagram object is deleted.
Declaration
public event DiagramObjectDeletedEventHandler DiagramObjectDeleted
Event Type
DiagramObjectDropped
Occurs when a diagram element is dropped.
Declaration
public event DiagramObjectDroppedEventHandler DiagramObjectDropped
Event Type
DragEnd
Occurs when a diagram object, completed its dragging.
Declaration
public event DragEndEventHandler DragEnd
Event Type
Type |
---|
DragEndEventHandler |
EndNodeLayout
/// Occurs when a node ends to layout.
Declaration
public event EventHandler<EventArgs> EndNodeLayout
Event Type
Type |
---|
System.EventHandler<System.EventArgs> |
ItemAdded
Occurs when a diagram element is added.
Declaration
public event ItemAddedEventHandler ItemAdded
Event Type
ItemLongPressed
Occurs when a item long pressed.
Declaration
public event ItemLongPressedEventHandler ItemLongPressed
Event Type
LayoutNodeDropped
Occurs when a diagram element is dropped.
Declaration
public event EventHandler<LayoutNodeDroppedEventArgs> LayoutNodeDropped
Event Type
Type |
---|
System.EventHandler<LayoutNodeDroppedEventArgs> |
Loaded
Occurs when a diagram loaded.
Declaration
public event DiagramLoadedEventHandler Loaded
Event Type
NodeClicked
Occurs when a node is clicked.
Declaration
public event NodeClickEventHandler NodeClicked
Event Type
OnTextEdit
Occurs when a text data is edited.
Declaration
public event OnTextEditEventHandler OnTextEdit
Event Type
ResizeEnd
Occurs when a diagram object is resized.
Declaration
public event ResizeEndEventHandler ResizeEnd
Event Type
RotateEnd
Occurs when a node is rotated.
Declaration
public event RotateEndEventHandler RotateEnd
Event Type
SymbolGroupExpandCollapse
Occurs when a symbol group is expanded or collapsed.
Declaration
public event SymbolGroupExpandCollapseEventHandler SymbolGroupExpandCollapse
Event Type
TextChanged
Occurs when a text is changed.
Declaration
public event TextChangedEventHandler TextChanged
Event Type
UserHandleClicked
Occurs when user handle clicked.
Declaration
public event UserHandleClickedEventHandler UserHandleClicked
Event Type
ZoomEnd
Occurs when diagram zoomed.
Declaration
public event EventHandler<ZoomEndEventArgs> ZoomEnd
Event Type
Type |
---|
System.EventHandler<ZoomEndEventArgs> |