Compartir a través de


de la propiedad INumericFormatProperties.NegativeSymbol

Obtiene o establece el símbolo que se utiliza para el formato negativo.

Espacio de nombres:  Microsoft.PerformancePoint.Scorecards.Formatting
Ensamblado:  Microsoft.PerformancePoint.Scorecards.Client (en Microsoft.PerformancePoint.Scorecards.Client.dll)

Sintaxis

'Declaración
Property NegativeSymbol As FormatNegativeSymbol
    Get
    Set
'Uso
Dim instance As INumericFormatProperties
Dim value As FormatNegativeSymbol

value = instance.NegativeSymbol

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

Valor de propiedad

Tipo: Microsoft.PerformancePoint.Scorecards.FormatNegativeSymbol
El símbolo que se utiliza para el formato negativo.

Vea también

Referencia

interfaz INumericFormatProperties

Miembros INumericFormatProperties

Espacio de nombres Microsoft.PerformancePoint.Scorecards.Formatting