Table of Contents

Property DesignerImage

Namespace
SharpVectors.Converters
Assembly
SharpVectors.Converters.Wpf.dll

DesignerImage

Gets or sets an optional fallback image to display in the WPF designer when the SVG source fails to load.

public DrawingImage DesignerImage { get; set; }

Property Value

DrawingImage

A DrawingImage to display as a placeholder, or null to use the default placeholder.

Remarks

This property is only used in design-time scenarios. At runtime, it is ignored. If set, this image will be displayed instead of the automatic placeholder when SVG loading fails.