Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
public class KeyValue : IDisposable
- Inheritance
-
- Implements
-
System.IDisposable
Constructors
Declaration
Fields
Declaration
[Obsolete("Deprecated in API9, will be removed in API11. Use IntegerKey instead.")]
public int? KeyInt
Field Value
Type |
Description |
System.Nullable<Int32> |
|
Declaration
[Obsolete("Deprecated in API9, will be removed in API11. Use StringKey instead.")]
public string KeyString
Field Value
Type |
Description |
System.String |
|
Declaration
[Obsolete("Deprecated in API9, will be removed in API11. Use PropertyValue instead.")]
public PropertyValue TrueValue
Field Value
Properties
Declaration
public bool BooleanValue { get; set; }
Property Value
Declaration
public Color ColorValue { get; set; }
Property Value
Declaration
public Extents ExtentsValue { get; set; }
Property Value
Declaration
public int IntergerValue { get; set; }
Property Value
Declaration
public string Key { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public object OriginalKey { get; set; }
Property Value
Type |
Description |
System.Object |
|
Exceptions
Type |
Condition |
System.ArgumentNullException |
Thrown when value is null.
|
Declaration
public Position2D Position2DValue { get; set; }
Property Value
Declaration
public Position PositionValue { get; set; }
Property Value
View Source
PropertyArrayValue
PropertyArrayValue property.
Declaration
public PropertyArray PropertyArrayValue { get; set; }
Property Value
View Source
PropertyMapValue
PropertyMapValue property.
Declaration
public PropertyMap PropertyMapValue { get; set; }
Property Value
Declaration
public Rectangle RectangleValue { get; set; }
Property Value
View Source
RelativeVector2Value
RelativeVector2Value property.
Declaration
public RelativeVector2 RelativeVector2Value { get; set; }
Property Value
View Source
RelativeVector3Value
RelativeVector3Value property.
Declaration
public RelativeVector3 RelativeVector3Value { get; set; }
Property Value
View Source
RelativeVector4Value
RelativeVector4Value property.
Declaration
public RelativeVector4 RelativeVector4Value { get; set; }
Property Value
Declaration
public Rotation RotationValue { get; set; }
Property Value
Declaration
public float SingleValue { get; set; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public Size2D Size2DValue { get; set; }
Property Value
Declaration
public Size SizeValue { get; set; }
Property Value
Declaration
public string StringValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public object Value { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
public Vector2 Vector2Value { get; set; }
Property Value
Declaration
public Vector3 Vector3Value { get; set; }
Property Value
Declaration
public Vector4 Vector4Value { get; set; }
Property Value
Implements
System.IDisposable