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