Class KeyValue
Definition
- Assembly:
- Tizen.NUI.dll
The KeyValue class provides functionality for managing key-value pairs.
public class KeyValue : IDisposable
- Inheritance
-
objectKeyValue
- Implements
-
System.IDisposable
Constructors
View SourceKeyValue()
The default Constructor of KeyValue class.
Declaration
public KeyValue()
Fields
View SourceKeyInt
Int key.
Declaration
[Obsolete("Deprecated in API9, will be removed in API11. Use IntegerKey instead.")]
public int? KeyInt
Field Value
| Type | Description |
|---|---|
| int? |
KeyString
String key.
Declaration
[Obsolete("Deprecated in API9, will be removed in API11. Use StringKey instead.")]
public string KeyString
Field Value
| Type | Description |
|---|---|
| string |
TrueValue
True value.
Declaration
[Obsolete("Deprecated in API9, will be removed in API11. Use PropertyValue instead.")]
public PropertyValue TrueValue
Field Value
| Type | Description |
|---|---|
| PropertyValue |
Properties
View SourceBooleanValue
Gets or sets the boolean value associated with the key.
Declaration
public bool BooleanValue { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ColorValue
Gets or sets the Color value associated with the key.
Declaration
public Color ColorValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
ExtentsValue
Gets or sets the Extents value associated with the key.
Declaration
public Extents ExtentsValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Extents |
IntergerValue
Gets or sets the integer value associated with the key.
Declaration
public int IntergerValue { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Key
Gets or sets the key value.
Declaration
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OriginalKey
Gets or sets the original key associated with the KeyValue object.
Declaration
public object OriginalKey { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | Thrown when value is null. |
Position2DValue
Gets or sets the Position2D value associated with the key.
Declaration
public Position2D Position2DValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Position2D |
PositionValue
Gets or sets the Position value associated with the key.
Declaration
public Position PositionValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Position |
PropertyArrayValue
Gets or sets the PropertyArray value associated with the key.
Declaration
public PropertyArray PropertyArrayValue { get; set; }
Property Value
| Type | Description |
|---|---|
| PropertyArray |
PropertyMapValue
Gets or sets the PropertyMap value associated with the key.
Declaration
public PropertyMap PropertyMapValue { get; set; }
Property Value
| Type | Description |
|---|---|
| PropertyMap |
RectangleValue
Gets or sets the Rectangle value associated with the key.
Declaration
public Rectangle RectangleValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Rectangle |
RelativeVector2Value
Gets or sets the RelativeVector2 value associated with the key.
Declaration
public RelativeVector2 RelativeVector2Value { get; set; }
Property Value
| Type | Description |
|---|---|
| RelativeVector2 |
RelativeVector3Value
Gets or sets the RelativeVector3 value associated with the key.
Declaration
public RelativeVector3 RelativeVector3Value { get; set; }
Property Value
| Type | Description |
|---|---|
| RelativeVector3 |
RelativeVector4Value
Gets or sets the RelativeVector4 value associated with the key.
Declaration
public RelativeVector4 RelativeVector4Value { get; set; }
Property Value
| Type | Description |
|---|---|
| RelativeVector4 |
RotationValue
Gets or sets the Rotation value associated with the key.
Declaration
public Rotation RotationValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Rotation |
SingleValue
Gets or sets the Single(float) value associated with the key.
Declaration
public float SingleValue { get; set; }
Property Value
| Type | Description |
|---|---|
| float |
Size2DValue
Gets or sets the Size2D value associated with the key.
Declaration
public Size2D Size2DValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Size2D |
SizeValue
Gets or sets the Size value associated with the key.
Declaration
public Size SizeValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Size |
StringValue
Gets or sets the string value associated with the key.
Declaration
public string StringValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Gets or sets the value associated with the key.
Declaration
public object Value { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Vector2Value
Gets or sets the Vector2 value associated with the key.
Declaration
public Vector2 Vector2Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector2 |
Vector3Value
Gets or sets the Vector3 value associated with the key.
Declaration
public Vector3 Vector3Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector3 |
Vector4Value
Gets or sets the Vector4 value associated with the key.
Declaration
public Vector4 Vector4Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector4 |