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