Table of Contents

Property DrawingResources

Namespace
SharpVectors.Renderers.Wpf
Assembly
SharpVectors.Rendering.Wpf.dll

DrawingResources

Gets or sets an object used to collect extra information used to enhance the output of ResourceDictionary XAML.

public WpfDrawingResources DrawingResources { get; set; }

Property Value

WpfDrawingResources

An object WpfDrawingResources specifying the store of the extra information used by resource dictionary output XAML. The default is null.

Remarks

This is only used if the user-defined property specified by PropertyIsResources is set to true; otherwise, the extra information used by the resource dictionary output are not generation.

If the value of PropertyIsResources is set to true, an instance of the WpfDrawingResources is created a associated with this drawing options, if not provided.