Struct SelectionHandleImage

    Definition

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

    A struct to pass data of SelectionHandleImageLeft, SelectionHandleImageRight, SelectionHandlePressedImageLeft, SelectionHandlePressedImageRight, SelectionHandleMarkerImageLeft and SelectionHandleMarkerImageRight PropertyMap.

    public struct SelectionHandleImage : IEquatable<SelectionHandleImage>
    Implements
    IEquatable<><SelectionHandleImage>
    Remarks

    The SelectionHandleImage struct is used as an argument to SetSelectionHandleImage, GetSelectionHandleImage methods, SetSelectionHandlePressedImage, GetSelectionHandlePressedImage, SetSelectionHandleMarkerImage and GetSelectionHandleMarkerImage.
    See SetSelectionHandleImage(SelectionHandleImage), GetSelectionHandleImage(), SetSelectionHandlePressedImage(SelectionHandleImage), GetSelectionHandlePressedImage(), SetSelectionHandleMarkerImage(SelectionHandleImage), GetSelectionHandleMarkerImage(),
    SetSelectionHandleImage(SelectionHandleImage), GetSelectionHandleImage(), SetSelectionHandlePressedImage(SelectionHandleImage), GetSelectionHandlePressedImage(), SetSelectionHandleMarkerImage(SelectionHandleImage) and GetSelectionHandleMarkerImage().

    Properties

    View Source

    LeftImageUrl

    The image path to display for the left selection handle.
    It means the handle in the bottom-left.
    If the handle needs to be displayed in the top-left, this image will be vertically flipped.
    If null or empty string, it doesn't change the property.

    Declaration
    public string LeftImageUrl { readonly get; set; }
    Property Value
    Type Description
    string
    Remarks

    The SelectionHandleImage struct is used as an argument to SetSelectionHandleImage, GetSelectionHandleImage methods, SetSelectionHandlePressedImage, GetSelectionHandlePressedImage, SetSelectionHandleMarkerImage and GetSelectionHandleMarkerImage.
    See SetSelectionHandleImage(SelectionHandleImage), GetSelectionHandleImage(), SetSelectionHandlePressedImage(SelectionHandleImage), GetSelectionHandlePressedImage(), SetSelectionHandleMarkerImage(SelectionHandleImage), GetSelectionHandleMarkerImage(),
    SetSelectionHandleImage(SelectionHandleImage), GetSelectionHandleImage(), SetSelectionHandlePressedImage(SelectionHandleImage), GetSelectionHandlePressedImage(), SetSelectionHandleMarkerImage(SelectionHandleImage) and GetSelectionHandleMarkerImage().

    View Source

    RightImageUrl

    The image path to display for the right selection handle.
    It means the handle in the bottom-right.
    If the handle needs to be displayed in the top-right, this image will be vertically flipped.
    If null or empty string, it doesn't change the property.

    Declaration
    public string RightImageUrl { readonly get; set; }
    Property Value
    Type Description
    string
    Remarks

    The SelectionHandleImage struct is used as an argument to SetSelectionHandleImage, GetSelectionHandleImage methods, SetSelectionHandlePressedImage, GetSelectionHandlePressedImage, SetSelectionHandleMarkerImage and GetSelectionHandleMarkerImage.
    See SetSelectionHandleImage(SelectionHandleImage), GetSelectionHandleImage(), SetSelectionHandlePressedImage(SelectionHandleImage), GetSelectionHandlePressedImage(), SetSelectionHandleMarkerImage(SelectionHandleImage), GetSelectionHandleMarkerImage(),
    SetSelectionHandleImage(SelectionHandleImage), GetSelectionHandleImage(), SetSelectionHandlePressedImage(SelectionHandleImage), GetSelectionHandlePressedImage(), SetSelectionHandleMarkerImage(SelectionHandleImage) and GetSelectionHandleMarkerImage().

    Methods

    View Source

    Equals(object)

    Determines whether the specified object is equal to the current object.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj

    The object to compare with the current object.

    Returns
    Type Description
    bool

    true if equal SelectionHandleImage, else false.

    Remarks

    The SelectionHandleImage struct is used as an argument to SetSelectionHandleImage, GetSelectionHandleImage methods, SetSelectionHandlePressedImage, GetSelectionHandlePressedImage, SetSelectionHandleMarkerImage and GetSelectionHandleMarkerImage.
    See SetSelectionHandleImage(SelectionHandleImage), GetSelectionHandleImage(), SetSelectionHandlePressedImage(SelectionHandleImage), GetSelectionHandlePressedImage(), SetSelectionHandleMarkerImage(SelectionHandleImage), GetSelectionHandleMarkerImage(),
    SetSelectionHandleImage(SelectionHandleImage), GetSelectionHandleImage(), SetSelectionHandlePressedImage(SelectionHandleImage), GetSelectionHandlePressedImage(), SetSelectionHandleMarkerImage(SelectionHandleImage) and GetSelectionHandleMarkerImage().

    View Source

    Equals(SelectionHandleImage)

    Determines whether the specified object is equal to the current object.

    Declaration
    public bool Equals(SelectionHandleImage other)
    Parameters
    Type Name Description
    SelectionHandleImage other

    The SelectionHandleImage to compare with the current SelectionHandleImage.

    Returns
    Type Description
    bool

    true if equal SelectionHandleImage, else false.

    Remarks

    The SelectionHandleImage struct is used as an argument to SetSelectionHandleImage, GetSelectionHandleImage methods, SetSelectionHandlePressedImage, GetSelectionHandlePressedImage, SetSelectionHandleMarkerImage and GetSelectionHandleMarkerImage.
    See SetSelectionHandleImage(SelectionHandleImage), GetSelectionHandleImage(), SetSelectionHandlePressedImage(SelectionHandleImage), GetSelectionHandlePressedImage(), SetSelectionHandleMarkerImage(SelectionHandleImage), GetSelectionHandleMarkerImage(),
    SetSelectionHandleImage(SelectionHandleImage), GetSelectionHandleImage(), SetSelectionHandlePressedImage(SelectionHandleImage), GetSelectionHandlePressedImage(), SetSelectionHandleMarkerImage(SelectionHandleImage) and GetSelectionHandleMarkerImage().

    View Source

    GetHashCode()

    Gets the hash code of this SelectionHandleImage.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    The hash code.

    Remarks

    The SelectionHandleImage struct is used as an argument to SetSelectionHandleImage, GetSelectionHandleImage methods, SetSelectionHandlePressedImage, GetSelectionHandlePressedImage, SetSelectionHandleMarkerImage and GetSelectionHandleMarkerImage.
    See SetSelectionHandleImage(SelectionHandleImage), GetSelectionHandleImage(), SetSelectionHandlePressedImage(SelectionHandleImage), GetSelectionHandlePressedImage(), SetSelectionHandleMarkerImage(SelectionHandleImage), GetSelectionHandleMarkerImage(),
    SetSelectionHandleImage(SelectionHandleImage), GetSelectionHandleImage(), SetSelectionHandlePressedImage(SelectionHandleImage), GetSelectionHandlePressedImage(), SetSelectionHandleMarkerImage(SelectionHandleImage) and GetSelectionHandleMarkerImage().

    Operators

    View Source

    operator ==(SelectionHandleImage, SelectionHandleImage)

    The == operator.

    Declaration
    public static bool operator ==(SelectionHandleImage lhsSelectionHandleImage, SelectionHandleImage rhsSelectionHandleImage)
    Parameters
    Type Name Description
    SelectionHandleImage lhsSelectionHandleImage

    SelectionHandleImage to compare

    SelectionHandleImage rhsSelectionHandleImage

    SelectionHandleImage to be compared

    Returns
    Type Description
    bool

    true if SelectionHandleImages are equal

    Remarks

    The SelectionHandleImage struct is used as an argument to SetSelectionHandleImage, GetSelectionHandleImage methods, SetSelectionHandlePressedImage, GetSelectionHandlePressedImage, SetSelectionHandleMarkerImage and GetSelectionHandleMarkerImage.
    See SetSelectionHandleImage(SelectionHandleImage), GetSelectionHandleImage(), SetSelectionHandlePressedImage(SelectionHandleImage), GetSelectionHandlePressedImage(), SetSelectionHandleMarkerImage(SelectionHandleImage), GetSelectionHandleMarkerImage(),
    SetSelectionHandleImage(SelectionHandleImage), GetSelectionHandleImage(), SetSelectionHandlePressedImage(SelectionHandleImage), GetSelectionHandlePressedImage(), SetSelectionHandleMarkerImage(SelectionHandleImage) and GetSelectionHandleMarkerImage().

    View Source

    operator !=(SelectionHandleImage, SelectionHandleImage)

    The != operator.

    Declaration
    public static bool operator !=(SelectionHandleImage lhsSelectionHandleImage, SelectionHandleImage rhsSelectionHandleImage)
    Parameters
    Type Name Description
    SelectionHandleImage lhsSelectionHandleImage

    SelectionHandleImage to compare

    SelectionHandleImage rhsSelectionHandleImage

    SelectionHandleImage to be compared

    Returns
    Type Description
    bool

    true if SelectionHandleImages are not equal

    Remarks

    The SelectionHandleImage struct is used as an argument to SetSelectionHandleImage, GetSelectionHandleImage methods, SetSelectionHandlePressedImage, GetSelectionHandlePressedImage, SetSelectionHandleMarkerImage and GetSelectionHandleMarkerImage.
    See SetSelectionHandleImage(SelectionHandleImage), GetSelectionHandleImage(), SetSelectionHandlePressedImage(SelectionHandleImage), GetSelectionHandlePressedImage(), SetSelectionHandleMarkerImage(SelectionHandleImage), GetSelectionHandleMarkerImage(),
    SetSelectionHandleImage(SelectionHandleImage), GetSelectionHandleImage(), SetSelectionHandlePressedImage(SelectionHandleImage), GetSelectionHandlePressedImage(), SetSelectionHandleMarkerImage(SelectionHandleImage) and GetSelectionHandleMarkerImage().

    Implements

    IEquatable<>

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX