Enum Currency.SymbolPosition
Position and spacing definition for a currency symbol.
Namespace: TabularEditor.PropertyGridUI
Assembly: TOMWrapper.dll
Syntax
public enum Currency.SymbolPosition
Fields
Name | Description |
---|---|
EndNoSpace | Put the symbol after the number, with no space, e.g. "#,#.00$" |
EndWithSpace | Put the symbol after the number, with a space, e.g., "#,#.00 $" |
StartNoSpace | Put the symbol before the number with no space, e.g., "$#,#.00" |
StartWithSpace | Put the symbol before the number with a space, e.g., "$ #,#.00" |