Positions this label relatively to the node center.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void SetCenterPosition ( |
Visual Basic
Copy Code
|
|---|
Public Sub SetCenterPosition( _ |
Horizontal offset from the center point.
Vertical offset from the center point.
RemarksThis method sets the node's center as label's pin point and assigns specified offsets to HorizontalOffset and VerticalOffset properties.
See Also