Namespace SharpVectors.Renderers.Wpf
The SharpVectors.Renderers.Wpf namespace contains a bunch of classes and interfaces.
Classes
- CssVariableResolver
Resolves CSS custom property (variable) references with support for fallbacks, nested variables, and fallback chains.
- DesignerSupport
Provides utilities for WPF designer-time support and detection. This class handles design-time vs runtime detection, URI resolution, assembly context management, and diagnostic information.
- WpfDrawingSettings
This provides the settings or options for the drawing/rendering engine of the WPF.
- WpfPaintOrderHelper
Helper class for parsing and handling the paint-order CSS property
- WpfRenderingBase
Defines the interface required for a rendering node to interact with the renderer and the SVG DOM
Enums
- ViewBoxMode
Specifies how the viewbox dimensions should be determined when rendering SVG.
- WpfHitTextLevel
Hit-test options for text elements.
- WpfPaintOrder
Represents the SVG paint-order CSS property value. Specifies the order in which fill, stroke, and markers are rendered on an element.