NumericSymbolPlacement Enumeration |
Defines the possible placements of a symbol relative to a number.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public enum NumericSymbolPlacement
Public Enumeration NumericSymbolPlacement
public enum class NumericSymbolPlacement
type NumericSymbolPlacement
Members
| Member name | Value | Description |
---|
| Before | 0 |
The symbol is placed before the number.
|
| After | 1 |
The symbol is placed after the number.
|
See Also