C# 클래스 SharpVectors.Dom.Svg.SvgStyleableElement

SvgStyleableElement is an extension to the Svg DOM to create a class for all elements that are styleable.
상속: SvgElement, ISvgStylable
파일 보기 프로젝트 열기: codebutler/savagesvg 1 사용 예제들

공개 메소드들

메소드 설명
GetComputedStyle ( string pseudoElt ) : ICssStyleDeclaration
GetPresentationAttribute ( string name ) : ICssValue
GetPropertyValue ( string name ) : string
GetPropertyValue ( string name1, string name2 ) : string
HandleAttributeChange ( XmlAttribute attribute ) : void

비공개 메소드들

메소드 설명
SvgStyleableElement ( string prefix, string localname, string ns, SvgDocument doc ) : System

메소드 상세

GetComputedStyle() 공개 메소드

public GetComputedStyle ( string pseudoElt ) : ICssStyleDeclaration
pseudoElt string
리턴 ICssStyleDeclaration

GetPresentationAttribute() 공개 메소드

public GetPresentationAttribute ( string name ) : ICssValue
name string
리턴 ICssValue

GetPropertyValue() 공개 메소드

public GetPropertyValue ( string name ) : string
name string
리턴 string

GetPropertyValue() 공개 메소드

public GetPropertyValue ( string name1, string name2 ) : string
name1 string
name2 string
리턴 string

HandleAttributeChange() 공개 메소드

public HandleAttributeChange ( XmlAttribute attribute ) : void
attribute System.Xml.XmlAttribute
리턴 void