C# Class Svg2Xaml.SvgBaseElement

Base class for all other SVG elements.
Afficher le fichier Open project: jogibear9988/svg2xaml Class Usage Examples

Méthodes publiques

Свойство Type Description
Document SvgDocument
Element System.Xml.Linq.XElement
Id string
Parent SvgBaseElement
Reference string

Méthodes protégées

Méthode Description
SvgBaseElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement element ) : System.Xml

Method Details

SvgBaseElement() protected méthode

protected SvgBaseElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement element ) : System.Xml
document SvgDocument
parent SvgBaseElement
element System.Xml.Linq.XElement
Résultat System.Xml

Property Details

Document public_oe property

public SvgDocument,Svg2Xaml Document
Résultat SvgDocument

Element public_oe property

public XElement,System.Xml.Linq Element
Résultat System.Xml.Linq.XElement

Id public_oe property

public string Id
Résultat string

Parent public_oe property

public SvgBaseElement,Svg2Xaml Parent
Résultat SvgBaseElement

Reference public_oe property

public string Reference
Résultat string