C# Class Svg2Xaml.SvgBaseElement

Base class for all other SVG elements.
显示文件 Open project: jogibear9988/svg2xaml Class Usage Examples

Public Properties

Property Type Description
Document SvgDocument
Element System.Xml.Linq.XElement
Id string
Parent SvgBaseElement
Reference string

Protected Methods

Method Description
SvgBaseElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement element ) : System.Xml

Method Details

SvgBaseElement() protected method

protected SvgBaseElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement element ) : System.Xml
document SvgDocument
parent SvgBaseElement
element System.Xml.Linq.XElement
return System.Xml

Property Details

Document public_oe property

public SvgDocument,Svg2Xaml Document
return SvgDocument

Element public_oe property

public XElement,System.Xml.Linq Element
return System.Xml.Linq.XElement

Id public_oe property

public string Id
return string

Parent public_oe property

public SvgBaseElement,Svg2Xaml Parent
return SvgBaseElement

Reference public_oe property

public string Reference
return string