DimensionPropertiesFormatString Property  | 
 The .NET numeric formatting string that can control how the dimension is presented, e.g. "{0:#.00} inches" to display 2 decimal places and the suffix of "inches". If empty then the string is formatted using the system unit preferences.
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic string FormatString { get; set; }Property Value
Type: 
String
See Also