Gets or sets a value indicating whether the label's text can be wrapped.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool EnableWrap { get; set; } |
Visual Basic Copy Code |
---|
Public Property EnableWrap As Boolean |
true to enable text wrapping, or false otherwise.
WpfDiagram Programmer's Guide | © 2024 MindFusion |