C# Класс System.Html.Style

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

Private Properties

Свойство Тип Описание
GetEnumerator IEnumerator
Style System.Collections.Generic
this string
this string

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

Метод Описание
GetPropertyCSSValue ( string property ) : CSSValue
GetPropertyPriority ( string property ) : string
GetPropertyValue ( string property ) : string
Item ( int index ) : string
RemoveProperty ( string property ) : string
SetProperty ( string property, string value ) : void
SetProperty ( string property, string value, string priority ) : void

Приватные методы

Метод Описание
GetEnumerator ( ) : IEnumerator
Style ( ) : System.Collections.Generic
this ( int index ) : string
this ( string name ) : string

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

GetPropertyCSSValue() публичный метод

public GetPropertyCSSValue ( string property ) : CSSValue
property string
Результат CSSValue

GetPropertyPriority() публичный метод

public GetPropertyPriority ( string property ) : string
property string
Результат string

GetPropertyValue() публичный метод

public GetPropertyValue ( string property ) : string
property string
Результат string

Item() публичный метод

public Item ( int index ) : string
index int
Результат string

RemoveProperty() публичный метод

public RemoveProperty ( string property ) : string
property string
Результат string

SetProperty() публичный метод

public SetProperty ( string property, string value ) : void
property string
value string
Результат void

SetProperty() публичный метод

public SetProperty ( string property, string value, string priority ) : void
property string
value string
priority string
Результат void