C# Класс SharpVectors.Dom.Css.CssPropertyProfile

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Add ( string propertyName, bool isInherited, string initialValue ) : void
CssPropertyProfile ( ) : System
GetAllPropertyNames ( ) : ICollection
GetInitialCssValue ( string propertyName ) : CssValue
GetInitialValue ( string propertyName ) : string
IsInherited ( string propertyName ) : bool

Описание методов

Add() публичный Метод

public Add ( string propertyName, bool isInherited, string initialValue ) : void
propertyName string
isInherited bool
initialValue string
Результат void

CssPropertyProfile() публичный Метод

public CssPropertyProfile ( ) : System
Результат System

GetAllPropertyNames() публичный Метод

public GetAllPropertyNames ( ) : ICollection
Результат ICollection

GetInitialCssValue() публичный Метод

public GetInitialCssValue ( string propertyName ) : CssValue
propertyName string
Результат CssValue

GetInitialValue() публичный Метод

public GetInitialValue ( string propertyName ) : string
propertyName string
Результат string

IsInherited() публичный Метод

public IsInherited ( string propertyName ) : bool
propertyName string
Результат bool