Method | Description | |
---|---|---|
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, |
||
GetFloatValue ( CssPrimitiveType unitType ) : double |
Method | Description | |
---|---|---|
CssPrimitiveLengthValue ( ) : System | ||
_setCssText ( string cssText ) : void |
Method | Description | |
---|---|---|
_getInLength ( ) : double | ||
_getPxLength ( ) : double | ||
_setType ( string unit ) : void |
protected CssPrimitiveLengthValue ( ) : System | ||
return | System |
public CssPrimitiveLengthValue ( double number, string unit, bool readOnly ) : System | ||
number | double | |
unit | string | |
readOnly | bool | |
return | System |
public CssPrimitiveLengthValue ( string cssText, bool readOnly ) : System | ||
cssText | string | |
readOnly | bool | |
return | System |
public CssPrimitiveLengthValue ( string number, string unit, bool readOnly ) : System | ||
number | string | |
unit | string | |
readOnly | bool | |
return | System |
public GetAbsoluteValue ( string propertyName, |
||
propertyName | string | |
elm | ||
return |
public GetFloatValue ( CssPrimitiveType unitType ) : double | ||
unitType | CssPrimitiveType | |
return | double |
protected _setCssText ( string cssText ) : void | ||
cssText | string | |
return | void |