Table of Contents

Property UserCssFilePath

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

UserCssFilePath

Gets or sets a stylesheet to override the styles in SVG documents using a custom user stylesheet, similar to that in browsers.

public string UserCssFilePath { get; set; }

Property Value

string

A string containing the path to the user stylesheet file. The default is null.

Remarks

In most browsers, the user (or reader) of the web site can choose to override styles using a custom user stylesheet designed to tailor the experience to the user's wishes. Depending on the user agent, user styles can be configured directly or added via browser extensions.

See Also