Share via


GridIndicatorSettings.ShowText property

Gets or sets a Boolean value that indicates whether to display the indicator text.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property ShowText As Boolean
    Get
    Set
'Usage
Dim instance As GridIndicatorSettings
Dim value As Boolean

value = instance.ShowText

instance.ShowText = value
public bool ShowText { get; set; }

Property value

Type: System.Boolean
true to display the indicator text; otherwise false.

See also

Reference

GridIndicatorSettings class

GridIndicatorSettings members

Microsoft.PerformancePoint.Scorecards namespace