ConfiguredView.EnableTextwrap Property
Gets or sets a Boolean value that indicates whether the text wraps to multiple lines in the scorecard cells.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overridable Property EnableTextwrap As Boolean
Get
Set
'Usage
Dim instance As ConfiguredView
Dim value As Boolean
value = instance.EnableTextwrap
instance.EnableTextwrap = value
public virtual bool EnableTextwrap { get; set; }
Property Value
Type: System.Boolean
true if text wrapping is enabled in the scorecard; otherwise false.