Click or drag to resize
BaseXamlWriterSettingsDefaultImageUriFormatString Property
Gets or sets the format string that is used to write image's uri when ResolveImagePath delegate is not used. Default value is "image_{0}.{1}".

Namespace: Ab3d.Common.Reader3ds
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public string DefaultImageUriFormatString { get; set; }

Property Value

Type: String
See Also