Click or drag to resize

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: 15.0.2.11458
Syntax
C#
public string FormatString { get; set; }

Property Value

Type: String
See Also