Property | Type | Description | |
---|---|---|---|
CSSPrimitiveValue | System.Runtime.CompilerServices |
Method | Description | |
---|---|---|
GetCounterValue ( ) : |
||
GetFloatValue ( ushort unitType ) : double | ||
GetRGBColorValue ( ) : |
||
GetRectValue ( ) : |
||
GetStringValue ( ) : string | ||
SetFloatValue ( ushort unitType, double floatValue ) : void | ||
SetStringValue ( ushort stringType, string stringValue ) : void |
Method | Description | |
---|---|---|
CSSPrimitiveValue ( ) : System.Runtime.CompilerServices |
public GetFloatValue ( ushort unitType ) : double | ||
unitType | ushort | |
return | double |
public SetFloatValue ( ushort unitType, double floatValue ) : void | ||
unitType | ushort | |
floatValue | double | |
return | void |
public SetStringValue ( ushort stringType, string stringValue ) : void | ||
stringType | ushort | |
stringValue | string | |
return | void |