C# Класс Svg.SvgDefaults

Holds a dictionary of the default values of the SVG specification
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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