Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
public class KeyValue : IDisposable
- Inheritance
-
Constructors
Declaration
Fields
Declaration
Field Value
Declaration
Field Value
Declaration
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? IntegerKey { get; set; }
Property Value
Declaration
public int IntergerValue { get; set; }
Property Value
Declaration
public string Key { get; set; }
Property Value
Declaration
public object OriginalKey { get; set; }
Property Value
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 PropertyValue PropertyValue { 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
Declaration
public Size2D Size2DValue { get; set; }
Property Value
Declaration
public Size SizeValue { get; set; }
Property Value
Declaration
public string StringKey { get; set; }
Property Value
Declaration
public string StringValue { get; set; }
Property Value
Declaration
public object Value { get; set; }
Property Value
Declaration
public Vector2 Vector2Value { get; set; }
Property Value
Declaration
public Vector3 Vector3Value { get; set; }
Property Value
Declaration
public Vector4 Vector4Value { get; set; }
Property Value
Methods
Declaration
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
Boolean |
disposing |
|
Extension Methods