Click or drag to resize
AB4D logo

Ab2d.Controls Namespace

Ab2d.Controls namespace contains controls that can be used in xaml and can show svg files. To show svg files as shapes use Ab2d.Controls.SvgViewbox or Ab2d.Controls.SvgDrawing to svg svg files as geometry.
Classes
  ClassDescription
Public classCode exampleSvgDrawing
SvgDrawing is a Viewbox control that shows elements defined in svg file as WPF geometry drawing objects. The source of svg file is set by Source or SourceStream properties.
Public classSvgDrawingAutomationPeer
SvgDrawingAutomationPeer class used for UI Automation
Public classCode exampleSvgViewbox
SvgViewbox is a Viewbox control that shows elements defined in svg file as WPF Shapes in a Viewbox control. The source of svg file is set by Source or SourceStream properties.
Public classSvgViewboxAutomationPeer
SvgViewboxAutomationPeer class provides support for UI automation