|
AxesBoxVisual3DValueDisplayFormatString Property |
Gets or sets the string that defines the format string that is used to format the displayed values. When this string is empty, then values are not displayed. Default value is "#,##0".
Culture that is used to format the value is defined by the
ValueDisplayCulture property (InvariantCulture by default).
Namespace: Ab3d.VisualsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public string ValueDisplayFormatString { get; set; }
Property Value
StringSee Also