An SvgFragment represents an SVG fragment that can be the root element or an embedded fragment of an SVG document.
[SvgElement("svg")]
public class SvgFragment : SvgElement, ISvgElement, ISvgTransformable, ICloneable, ISvgNode, ISvgViewPort
kind:method, kind:property, kind:ctor. Press Esc to clear.NamespaceGets the SVG namespace string.AspectRatioGets or sets the aspect of the viewport.FontFamilyIndicates which font family is to be used to render the text.FontSizeRefers to the size of the font from baseline to baseline when multiple lines of text are set solid in a multiline layout environment.HeightGets or sets the height of the fragment.ViewBoxGets or sets the viewport of the element.WidthGets or sets the width of the fragment.XGets or sets the position where the left point of the svg should start.YGets or sets the position where the top point of the svg should start.