C# Class Svg.SvgDefaults

Holds a dictionary of the default values of the SVG specification
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
IsDefault ( string attributeName, string value ) : bool

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

Private Methods

Méthode Description
SvgDefaults ( ) : System

Method Details

IsDefault() public static méthode

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
Résultat bool