C# 클래스 Svg2Xaml.SvgBaseElement

Base class for all other SVG elements.
파일 보기 프로젝트 열기: jogibear9988/svg2xaml 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Document SvgDocument
Element System.Xml.Linq.XElement
Id string
Parent SvgBaseElement
Reference string

보호된 메소드들

메소드 설명
SvgBaseElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement element ) : System.Xml

메소드 상세

SvgBaseElement() 보호된 메소드

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

프로퍼티 상세

Document 공개적으로 프로퍼티

public SvgDocument,Svg2Xaml Document
리턴 SvgDocument

Element 공개적으로 프로퍼티

public XElement,System.Xml.Linq Element
리턴 System.Xml.Linq.XElement

Id 공개적으로 프로퍼티

public string Id
리턴 string

Parent 공개적으로 프로퍼티

public SvgBaseElement,Svg2Xaml Parent
리턴 SvgBaseElement

Reference 공개적으로 프로퍼티

public string Reference
리턴 string