Class KeyValue

    Definition

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

    KeyValue class.

    public class KeyValue : IDisposable
    Inheritance
    object
    KeyValue
    Implements
    System.IDisposable

    Constructors

    View Source

    KeyValue()

    Default Constructor.

    Declaration
    public KeyValue()

    Fields

    View Source

    KeyInt

    Int key.

    Declaration
    [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
    [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
    [Obsolete("Deprecated in API9, will be removed in API11. Use PropertyValue instead.")]
    public PropertyValue TrueValue
    Field Value
    Type Description
    PropertyValue

    Properties

    View Source

    BooleanValue

    BooleanValue property.

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

    ColorValue

    ColorValue property.

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

    ExtentsValue

    ExtentsValue property.

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

    IntergerValue

    IntergerValue property.

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

    Key

    Key property.

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

    OriginalKey

    OriginalKey property.

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

    Thrown when value is null.

    View Source

    Position2DValue

    Position2DValue property.

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

    PositionValue

    PositionValue property.

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

    PropertyArrayValue

    PropertyArrayValue property.

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

    PropertyMapValue

    PropertyMapValue property.

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

    RectangleValue

    RectangleValue property.

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

    RelativeVector2Value

    RelativeVector2Value property.

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

    RelativeVector3Value

    RelativeVector3Value property.

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

    RelativeVector4Value

    RelativeVector4Value property.

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

    RotationValue

    RotationValue property.

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

    SingleValue

    SingleValue property.

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

    Size2DValue

    Size2DValue property.

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

    SizeValue

    SizeValue property.

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

    StringValue

    StringValue property.

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

    Value

    Value property.

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

    Vector2Value

    Vector2Value property.

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

    Vector3Value

    Vector3Value property.

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

    Vector4Value

    Vector4Value property.

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

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX