Class FloatGraphicsTypeConverter

Definition

Namespace:
Tizen.NUI.Binding
Assembly:
Tizen.NUI.dll

A TypeConverter of float variable as it's graphics type suffix. dp, sp suffix is converted to pixel value with Dpi and ScalingFactors by GraphicsTypeManager. GraphicsTypeManager

C#
Copy
public class FloatGraphicsTypeConverter : TypeConverter
Inheritance
FloatGraphicsTypeConverter

Methods

View Source

ConvertFromInvariantString(String)

Declaration
C#
Copy
public override object ConvertFromInvariantString(string value)
Parameters
Type Name Description
String value
Returns
Type Description
Object
Overrides
View Source

ConvertToString(Object)

Declaration
C#
Copy
public override string ConvertToString(object value)
Parameters
Type Name Description
Object value
Returns
Type Description
String
Overrides

Extension Methods