C# 클래스 Svg.SvgDefaults

Holds a dictionary of the default values of the SVG specification
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
IsDefault ( string attributeName, string value ) : bool

Checks whether the property value is the default value of the svg definition.

비공개 메소드들

메소드 설명
SvgDefaults ( ) : System

메소드 상세

IsDefault() 공개 정적인 메소드

Checks whether the property value is the default value of the svg definition.
public static IsDefault ( string attributeName, string value ) : bool
attributeName string Name of the svg attribute
value string
리턴 bool