Svg control.
public class Svg : Control, IAvaloniaObjectDebug, INotifyPropertyChanged, IDataContextProvider, ILogical, IThemeVariantHost, IResourceHost2, IResourceHost, IResourceNode, IStyleHost, ISetLogicalParent, ISetInheritanceParent, ISupportInitialize, IAvaloniaListItemValidator<ILogical>, IStyleable, INamed, IAvaloniaListItemValidator<Visual>, IInputElement, IDataTemplateHost, IVisualBrushInitialize, ISetterValue
kind:method, kind:property, kind:ctor. Press Esc to clear.Svg(IServiceProvider)Initializes a new instance of the Svg class.CssPropertyDefines the Css property.CurrentCssPropertyDefines the CurrentCss property.DisableFiltersPropertyDefines the DisableFilters property.EnableCachePropertyDefines the EnableCache property.PanXPropertyDefines the PanX property.PanYPropertyDefines the PanY property.PathPropertyDefines the Path property.SourcePropertyDefines the Source property.StretchDirectionPropertyDefines the StretchDirection property.StretchPropertyDefines the Stretch property.WireframePropertyDefines the Wireframe property.ZoomPropertyDefines the Zoom property.DisableFiltersGets or sets a value controlling whether SVG filters are rendered.EnableCacheGets or sets a value controlling whether the loaded images are cached.PanXGets or sets the horizontal pan offset.PanYGets or sets the vertical pan offset.PathGets or sets the Svg path.PictureGets svg picture.SourceGets or sets the Svg source.StretchGets or sets a value controlling how the image will be stretched.StretchDirectionGets or sets a value controlling in what direction the image will be stretched.WireframeGets or sets a value controlling wireframe rendering mode.ZoomGets or sets the zoom factor.HitTestElements(Point)Hit tests elements using control coordinates.TryGetPicturePoint(Point, out SKPoint)Converts a point from control coordinates to picture coordinates.ZoomToPoint(Double, Point)Adjusts Zoom and pan offsets so that zooming keeps the specified control point fixed.