SvgCssVariablePaintServer(String) Constructor

Definition

Namespace Svg
Assembly Svg.Custom.dll

Initialises a new instance with the given variable name and no fallback.

public SvgCssVariablePaintServer(string variableName)

Parameters

variableName
String

The CSS custom property name, including the leading '--' (e.g. --my-color).