Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- Inheritance
-
Constructors
Declaration
Fields
Declaration
Field Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
Field Value
Type |
Description |
System.String |
|
Declaration
public PropertyValue TrueValue
Field Value
Properties
Declaration
public bool BooleanValue { set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public Color ColorValue { set; }
Property Value
Declaration
public Extents ExtentsValue { set; }
Property Value
Declaration
public int IntergerValue { set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Key { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public object OriginalKey { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
public Position2D Position2DValue { set; }
Property Value
Declaration
public Position PositionValue { set; }
Property Value
View Source
PropertyArrayValue
PropertyArrayValue property.
Declaration
public PropertyArray PropertyArrayValue { set; }
Property Value
View Source
PropertyMapValue
PropertyMapValue property.
Declaration
public PropertyMap PropertyMapValue { set; }
Property Value
Declaration
public Rectangle RectangleValue { set; }
Property Value
View Source
RelativeVector2Value
RelativeVector2Value property.
Declaration
public RelativeVector2 RelativeVector2Value { set; }
Property Value
View Source
RelativeVector3Value
RelativeVector3Value property.
Declaration
public RelativeVector3 RelativeVector3Value { set; }
Property Value
View Source
RelativeVector4Value
RelativeVector4Value property.
Declaration
public RelativeVector4 RelativeVector4Value { set; }
Property Value
Declaration
public Rotation RotationValue { set; }
Property Value
Declaration
public float SingleValue { set; }
Property Value
Declaration
public Size2D Size2DValue { set; }
Property Value
Declaration
public Size SizeValue { set; }
Property Value
Declaration
public string StringValue { set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public object Value { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
public Vector2 Vector2Value { set; }
Property Value
Declaration
public Vector3 Vector3Value { set; }
Property Value
Declaration
public Vector4 Vector4Value { set; }
Property Value