SvgCssVariablePaintServer Class

Definition

Namespace Svg
Assembly Svg.Custom.dll
Show inherited members (130)

A paint server that resolves a CSS custom property (CSS variable) referenced via the var() function, e.g. var(--my-color) or var(--my-color, red). The variable is looked up by walking the element's ancestor chain at render time, checking every style specificity level so that properties defined in external stylesheets are found as well as inline ones.

public class SvgCssVariablePaintServer : SvgPaintServer, ISvgElement, ISvgTransformable, ICloneable, ISvgNode
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (3)

Properties (2)

Methods (6)