다음을 통해 공유


KpiNumberFormatProperties.NegativeSymbol Property

The symbol used to represent negative values.

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

Syntax

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

value = instance.NegativeSymbol

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

Property Value

Type: Microsoft.PerformancePoint.Scorecards.FormatNegativeSymbol

Implements

INumericFormatProperties.NegativeSymbol

See Also

Reference

KpiNumberFormatProperties Class

KpiNumberFormatProperties Members

Microsoft.PerformancePoint.Scorecards.Formatting Namespace