Click or drag to resize
GeometrySettingsUseResources Property
If true pens and brushes that are uses more than once are written into resources. If false resources are not used. Setting this property actually sets ResourcesCountLimit. Note: Resources are used only when GetXaml method is called and not with ReadGeometry method.

Namespace: Ab2d.Common.ReaderSvg
Assembly: Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 5.5.5382.15338
Syntax
C#
public bool UseResources { get; set; }

Property Value

Type: Boolean

Implements

IResourceXamlWriterSettingsUseResources
See Also