BaseXamlWriterSettingsNameFormatString Property |
Gets or sets a format string that is used to format object names. NameFormatString can be used to add suffix or prefix to the names - for example "Prefix_{0}_suffix". When NameFormatString is null or empty the name without any prefix or suffix is used.
Namespace: Ab3d.Common.Reader3dsAssembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax public string NameFormatString { get; set; }
Property Value
Type:
StringSee Also