Gets or sets the ShapeControlPoint that will be modified by this adjustment handle.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public ShapeControlPoint ControlPoint { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ControlPoint As ShapeControlPoint |
An instance of the ShapeControlPoint class.
See Also