Click or drag to resize
IResourceXamlWriterSettingsResourcesCountLimit Property
Defines if the pens and brushed are written into resources. If ResourcesCountLimit is equal or less than 0 than resources are not used. If ResourcesCountLimit is 1 than all pens and brushes are written to resources. If ResourcesCountLimit is 2 (or higher) than all pens and brushes that are used 2 (or more) times are written to resources.

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

Property Value

Type: Int32
See Also