Class KeyValue

Definition

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

The KeyValue class provides functionality for managing key-value pairs.

C#
Copy
public class KeyValue : IDisposable
Inheritance
object
KeyValue
Implements
System.IDisposable

Constructors

View Source

KeyValue()

The default Constructor of KeyValue class.

Declaration
C#
Copy
public KeyValue()

Fields

View Source

KeyInt

Int key.

Declaration
C#
Copy
[Obsolete("Deprecated in API9, will be removed in API11. Use IntegerKey instead.")] public int? KeyInt
Field Value
Type Description
int?
View Source

KeyString

String key.

Declaration
C#
Copy
[Obsolete("Deprecated in API9, will be removed in API11. Use StringKey instead.")] public string KeyString
Field Value
Type Description
string
View Source

TrueValue

True value.

Declaration
C#
Copy
[Obsolete("Deprecated in API9, will be removed in API11. Use PropertyValue instead.")] public PropertyValue TrueValue
Field Value
Type Description
PropertyValue

Properties

View Source

BooleanValue

Gets or sets the boolean value associated with the key.

Declaration
C#
Copy
public bool BooleanValue { get; set; }
Property Value
Type Description
bool
View Source

ColorValue

Gets or sets the Color value associated with the key.

Declaration
C#
Copy
public Color ColorValue { get; set; }
Property Value
Type Description
Color
View Source

ExtentsValue

Gets or sets the Extents value associated with the key.

Declaration
C#
Copy
public Extents ExtentsValue { get; set; }
Property Value
Type Description
Extents
View Source

IntergerValue

Gets or sets the integer value associated with the key.

Declaration
C#
Copy
public int IntergerValue { get; set; }
Property Value
Type Description
int
View Source

Key

Gets or sets the key value.

Declaration
C#
Copy
public string Key { get; set; }
Property Value
Type Description
string
View Source

OriginalKey

Gets or sets the original key associated with the KeyValue object.

Declaration
C#
Copy
public object OriginalKey { get; set; }
Property Value
Type Description
object
Exceptions
Type Condition
System.ArgumentNullException

Thrown when value is null.

View Source

Position2DValue

Gets or sets the Position2D value associated with the key.

Declaration
C#
Copy
public Position2D Position2DValue { get; set; }
Property Value
Type Description
Position2D
View Source

PositionValue

Gets or sets the Position value associated with the key.

Declaration
C#
Copy
public Position PositionValue { get; set; }
Property Value
Type Description
Position
View Source

PropertyArrayValue

Gets or sets the PropertyArray value associated with the key.

Declaration
C#
Copy
public PropertyArray PropertyArrayValue { get; set; }
Property Value
Type Description
PropertyArray
View Source

PropertyMapValue

Gets or sets the PropertyMap value associated with the key.

Declaration
C#
Copy
public PropertyMap PropertyMapValue { get; set; }
Property Value
Type Description
PropertyMap
View Source

RectangleValue

Gets or sets the Rectangle value associated with the key.

Declaration
C#
Copy
public Rectangle RectangleValue { get; set; }
Property Value
Type Description
Rectangle
View Source

RelativeVector2Value

Gets or sets the RelativeVector2 value associated with the key.

Declaration
C#
Copy
public RelativeVector2 RelativeVector2Value { get; set; }
Property Value
Type Description
RelativeVector2
View Source

RelativeVector3Value

Gets or sets the RelativeVector3 value associated with the key.

Declaration
C#
Copy
public RelativeVector3 RelativeVector3Value { get; set; }
Property Value
Type Description
RelativeVector3
View Source

RelativeVector4Value

Gets or sets the RelativeVector4 value associated with the key.

Declaration
C#
Copy
public RelativeVector4 RelativeVector4Value { get; set; }
Property Value
Type Description
RelativeVector4
View Source

RotationValue

Gets or sets the Rotation value associated with the key.

Declaration
C#
Copy
public Rotation RotationValue { get; set; }
Property Value
Type Description
Rotation
View Source

SingleValue

Gets or sets the Single(float) value associated with the key.

Declaration
C#
Copy
public float SingleValue { get; set; }
Property Value
Type Description
float
View Source

Size2DValue

Gets or sets the Size2D value associated with the key.

Declaration
C#
Copy
public Size2D Size2DValue { get; set; }
Property Value
Type Description
Size2D
View Source

SizeValue

Gets or sets the Size value associated with the key.

Declaration
C#
Copy
public Size SizeValue { get; set; }
Property Value
Type Description
Size
View Source

StringValue

Gets or sets the string value associated with the key.

Declaration
C#
Copy
public string StringValue { get; set; }
Property Value
Type Description
string
View Source

Value

Gets or sets the value associated with the key.

Declaration
C#
Copy
public object Value { get; set; }
Property Value
Type Description
object
View Source

Vector2Value

Gets or sets the Vector2 value associated with the key.

Declaration
C#
Copy
public Vector2 Vector2Value { get; set; }
Property Value
Type Description
Vector2
View Source

Vector3Value

Gets or sets the Vector3 value associated with the key.

Declaration
C#
Copy
public Vector3 Vector3Value { get; set; }
Property Value
Type Description
Vector3
View Source

Vector4Value

Gets or sets the Vector4 value associated with the key.

Declaration
C#
Copy
public Vector4 Vector4Value { get; set; }
Property Value
Type Description
Vector4

Implements

System.IDisposable