Class ImageShadow

Definition

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

The Shadow composed of image for View

C#
Copy
public class ImageShadow : ShadowBase, ICloneable
Inheritance
ImageShadow
Implements
ICloneable

Constructors

View Source

ImageShadow()

Constructor

Declaration
C#
Copy
public ImageShadow()
View Source

ImageShadow(String, Rectangle, Vector2, Vector2)

Constructor

Declaration
C#
Copy
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
C#
Copy
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
C#
Copy
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
C#
Copy
public Rectangle Border { get; }
Property Value
Type Description
Rectangle
View Source

Url

The url for the shadow image to load.

Declaration
C#
Copy
public string Url { get; }
Property Value
Type Description
String

Methods

View Source

Clone()

Declaration
C#
Copy
public object Clone()
Returns
Type Description
Object
View Source

Equals(Object)

Declaration
C#
Copy
public override bool Equals(object other)
Parameters
Type Name Description
Object other
Returns
Type Description
Boolean
Overrides
View Source

GetHashCode()

Declaration
C#
Copy
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
View Source

GetPropertyMap()

Extract a property map.

Declaration
C#
Copy
protected override PropertyMap GetPropertyMap()
Returns
Type Description
PropertyMap
Overrides

Operators

View Source

Implicit(String to ImageShadow)

The string conversion

Declaration
C#
Copy
public static implicit operator ImageShadow(string value)
Parameters
Type Name Description
String value
Returns
Type Description
ImageShadow

Implements

ICloneable

Extension Methods