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

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

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

Метод Описание
CssPrimitiveLengthValue ( double number, string unit, bool readOnly ) : System
CssPrimitiveLengthValue ( string cssText, bool readOnly ) : System
CssPrimitiveLengthValue ( string number, string unit, bool readOnly ) : System
GetAbsoluteValue ( string propertyName, XmlElement elm ) : CssValue
GetFloatValue ( CssPrimitiveType unitType ) : double

Защищенные методы

Метод Описание
CssPrimitiveLengthValue ( ) : System
_setCssText ( string cssText ) : void

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

Метод Описание
_getInLength ( ) : double
_getPxLength ( ) : double
_setType ( string unit ) : void

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

CssPrimitiveLengthValue() защищенный Метод

protected CssPrimitiveLengthValue ( ) : System
Результат System

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

public CssPrimitiveLengthValue ( double number, string unit, bool readOnly ) : System
number double
unit string
readOnly bool
Результат System

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

public CssPrimitiveLengthValue ( string cssText, bool readOnly ) : System
cssText string
readOnly bool
Результат System

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

public CssPrimitiveLengthValue ( string number, string unit, bool readOnly ) : System
number string
unit string
readOnly bool
Результат System

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

public GetAbsoluteValue ( string propertyName, XmlElement elm ) : CssValue
propertyName string
elm System.Xml.XmlElement
Результат CssValue

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

public GetFloatValue ( CssPrimitiveType unitType ) : double
unitType CssPrimitiveType
Результат double

_setCssText() защищенный Метод

protected _setCssText ( string cssText ) : void
cssText string
Результат void