Search
StringFormat.WrapText Property
See Also
 






Gets or sets a value indicating whether the text painted with this format should break on new lines.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool WrapText { get; set; }

Visual Basic  Copy Code

Public Property WrapText As Boolean

 Property Value

A boolean value.

 See Also