Table of Contents

Property UserAgentCssFilePath

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

UserAgentCssFilePath

Gets or sets the basic style sheet that give default styles to any SVG document, similar to the user-agent or browsers styles.

public string UserAgentCssFilePath { get; set; }

Property Value

string

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

Remarks

These style sheets are named user-agent stylesheets in browsers. Most browsers use actual stylesheets for this purpose, while others simulate them in code. The end result is the same.

Some browsers let users modify the user-agent stylesheet, but this is rare and is the approach used by the SharpVectors.

See Also