Property CssVariables
- Namespace
- SharpVectors.Renderers.Wpf
- Assembly
- SharpVectors.Rendering.Wpf.dll
CssVariables
Gets or sets user-defined CSS custom properties for the rendering.
public IDictionary<string, string> CssVariables { get; set; }
Property Value
- IDictionary<string, string>
A IDictionary<TKey, TValue> of user-defined styles. This value is never null.