Class KeyValue
Definition
- Assembly:
- Tizen.NUI.dll
KeyValue class.
public class KeyValue
- Inheritance
-
objectKeyValue
Constructors
View SourceKeyValue()
Default Constructor.
Declaration
public KeyValue()
Fields
View SourceKeyInt
Int key.
Declaration
public int? KeyInt
Field Value
| Type | Description |
|---|---|
| int? |
KeyString
String key.
Declaration
public string KeyString
Field Value
| Type | Description |
|---|---|
| string |
TrueValue
True value.
Declaration
public PropertyValue TrueValue
Field Value
| Type | Description |
|---|---|
| PropertyValue |
Properties
View SourceBooleanValue
BooleanValue property.
Declaration
public bool BooleanValue { set; }
Property Value
| Type | Description |
|---|---|
| bool |
ColorValue
ColorValue property.
Declaration
public Color ColorValue { set; }
Property Value
| Type | Description |
|---|---|
| Color |
ExtentsValue
ExtentsValue property.
Declaration
public Extents ExtentsValue { set; }
Property Value
| Type | Description |
|---|---|
| Extents |
IntergerValue
IntergerValue property.
Declaration
public int IntergerValue { set; }
Property Value
| Type | Description |
|---|---|
| int |
Key
Key property.
Declaration
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OriginalKey
OriginalKey property.
Declaration
public object OriginalKey { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Position2DValue
Position2DValue property.
Declaration
public Position2D Position2DValue { set; }
Property Value
| Type | Description |
|---|---|
| Position2D |
PositionValue
PositionValue property.
Declaration
public Position PositionValue { set; }
Property Value
| Type | Description |
|---|---|
| Position |
PropertyArrayValue
PropertyArrayValue property.
Declaration
public PropertyArray PropertyArrayValue { set; }
Property Value
| Type | Description |
|---|---|
| PropertyArray |
PropertyMapValue
PropertyMapValue property.
Declaration
public PropertyMap PropertyMapValue { set; }
Property Value
| Type | Description |
|---|---|
| PropertyMap |
RectangleValue
RectangleValue property.
Declaration
public Rectangle RectangleValue { set; }
Property Value
| Type | Description |
|---|---|
| Rectangle |
RelativeVector2Value
RelativeVector2Value property.
Declaration
public RelativeVector2 RelativeVector2Value { set; }
Property Value
| Type | Description |
|---|---|
| RelativeVector2 |
RelativeVector3Value
RelativeVector3Value property.
Declaration
public RelativeVector3 RelativeVector3Value { set; }
Property Value
| Type | Description |
|---|---|
| RelativeVector3 |
RelativeVector4Value
RelativeVector4Value property.
Declaration
public RelativeVector4 RelativeVector4Value { set; }
Property Value
| Type | Description |
|---|---|
| RelativeVector4 |
RotationValue
RotationValue property.
Declaration
public Rotation RotationValue { set; }
Property Value
| Type | Description |
|---|---|
| Rotation |
SingleValue
SingleValue property.
Declaration
public float SingleValue { set; }
Property Value
| Type | Description |
|---|---|
| float |
Size2DValue
Size2DValue property.
Declaration
public Size2D Size2DValue { set; }
Property Value
| Type | Description |
|---|---|
| Size2D |
SizeValue
SizeValue property.
Declaration
public Size SizeValue { set; }
Property Value
| Type | Description |
|---|---|
| Size |
StringValue
StringValue property.
Declaration
public string StringValue { set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Value property.
Declaration
public object Value { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Vector2Value
Vector2Value property.
Declaration
public Vector2 Vector2Value { set; }
Property Value
| Type | Description |
|---|---|
| Vector2 |
Vector3Value
Vector3Value property.
Declaration
public Vector3 Vector3Value { set; }
Property Value
| Type | Description |
|---|---|
| Vector3 |
Vector4Value
Vector4Value property.
Declaration
public Vector4 Vector4Value { set; }
Property Value
| Type | Description |
|---|---|
| Vector4 |