Gets or sets the effects to apply to the text of this DiagramItem.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public TextDecorationCollection TextDecorations { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TextDecorations As TextDecorationCollection |
See Also