A string specifying the label of Anchor Points category in shape designer toolbox.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public string AnchorPointsLabel { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AnchorPointsLabel As String |
A string specifying the category label. The default value is "Anchor points".
See Also