Class ImageShadow

    Definition

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

    The Shadow composed of image for View

    public class ImageShadow : ShadowBase, ICloneable
    Inheritance
    object
    ShadowBase
    ImageShadow
    Implements
    ICloneable

    Constructors

    View Source

    ImageShadow()

    Constructor

    Declaration
    public ImageShadow()
    View Source

    ImageShadow(string, Rectangle, Vector2, Vector2)

    Constructor

    Declaration
    public ImageShadow(string url, Rectangle border, Vector2 offset = null, Vector2 extents = null)
    Parameters
    Type Name Description
    string url
    Rectangle border
    Vector2 offset
    Vector2 extents
    View Source

    ImageShadow(string, Vector2, Vector2)

    Constructor

    Declaration
    public ImageShadow(string url, Vector2 offset = null, Vector2 extents = null)
    Parameters
    Type Name Description
    string url
    Vector2 offset
    Vector2 extents
    View Source

    ImageShadow(ImageShadow)

    Constructor

    Declaration
    public ImageShadow(ImageShadow other)
    Parameters
    Type Name Description
    ImageShadow other

    Properties

    View Source

    Border

    Optional.
    The border area of the n-patch image. Set left, right, bottom, top length of the border you don't want to stretch in the image.

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

    Url

    The url for the shadow image to load.

    Declaration
    public string Url { get; }
    Property Value
    Type Description
    string

    Methods

    View Source

    Clone()

    Declaration
    public object Clone()
    Returns
    Type Description
    object
    View Source

    Equals(object)

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    object other
    Returns
    Type Description
    bool
    Overrides
    ShadowBase.Equals(object)
    View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    ShadowBase.GetHashCode()
    View Source

    GetPropertyMap()

    Extract a property map.

    Declaration
    protected override PropertyMap GetPropertyMap()
    Returns
    Type Description
    PropertyMap
    Overrides
    ShadowBase.GetPropertyMap()

    Operators

    View Source

    implicit operator ImageShadow(string)

    The string conversion

    Declaration
    public static implicit operator ImageShadow(string value)
    Parameters
    Type Name Description
    string value
    Returns
    Type Description
    ImageShadow

    Implements

    ICloneable

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    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