Class KeyValue

Definition

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

KeyValue class.

C#
Copy
public class KeyValue : IDisposable
Inheritance
KeyValue

Constructors

View Source

KeyValue()

Default Constructor.

Declaration
C#
Copy
public KeyValue()

Fields

View Source

KeyInt

Int key.

Declaration
C#
Copy
public int? KeyInt
Field Value
Type Description
Nullable<Int32>
View Source

KeyString

String key.

Declaration
C#
Copy
public string KeyString
Field Value
Type Description
String
View Source

TrueValue

True value.

Declaration
C#
Copy
public PropertyValue TrueValue
Field Value
Type Description
PropertyValue

Properties

View Source

BooleanValue

BooleanValue property.

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

ColorValue

ColorValue property.

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

ExtentsValue

ExtentsValue property.

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

IntegerKey

Int key.

Declaration
C#
Copy
public int? IntegerKey { get; set; }
Property Value
Type Description
Nullable<Int32>
View Source

IntergerValue

IntergerValue property.

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

Key

Key property.

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

OriginalKey

OriginalKey property.

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

Position2DValue

Position2DValue property.

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

PositionValue

PositionValue property.

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

PropertyArrayValue

PropertyArrayValue property.

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

PropertyMapValue

PropertyMapValue property.

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

PropertyValue

Property value.

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

RectangleValue

RectangleValue property.

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

RelativeVector2Value

RelativeVector2Value property.

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

RelativeVector3Value

RelativeVector3Value property.

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

RelativeVector4Value

RelativeVector4Value property.

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

RotationValue

RotationValue property.

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

SingleValue

SingleValue property.

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

Size2DValue

Size2DValue property.

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

SizeValue

SizeValue property.

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

StringKey

String key.

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

StringValue

StringValue property.

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

Value

Value property.

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

Vector2Value

Vector2Value property.

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

Vector3Value

Vector3Value property.

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

Vector4Value

Vector4Value property.

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

Methods

View Source

Dispose()

Declaration
C#
Copy
public void Dispose()
View Source

Dispose(Boolean)

Declaration
C#
Copy
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
Boolean disposing

Extension Methods