Share via


INumericFormatProperties.NegativeSymbol property

Gets or sets the symbol that is used for the negative format.

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

Syntax

'Declaration
Property NegativeSymbol As FormatNegativeSymbol
    Get
    Set
'Usage
Dim instance As INumericFormatProperties
Dim value As FormatNegativeSymbol

value = instance.NegativeSymbol

instance.NegativeSymbol = value
FormatNegativeSymbol NegativeSymbol { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.FormatNegativeSymbol
The symbol that is used for the negative format.

See also

Reference

INumericFormatProperties interface

INumericFormatProperties members

Microsoft.PerformancePoint.Scorecards.Formatting namespace