Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
The Shadow composed of image for View
public class ImageShadow : ShadowBase, ICloneable
- Inheritance
-
- Implements
-
ICloneable
Constructors
Declaration
View Source
ImageShadow(String, Rectangle, Vector2, Vector2)
Declaration
public ImageShadow(string url, Rectangle border, Vector2 offset = null, Vector2 extents = null)
Parameters
Declaration
public ImageShadow(string url, Vector2 offset = null, Vector2 extents = null)
Parameters
Declaration
public ImageShadow(ImageShadow other)
Parameters
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
Declaration
public string Url { get; }
Property Value
Methods
Declaration
Returns
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Overrides
Declaration
public override int GetHashCode()
Returns
Overrides
Declaration
protected override PropertyMap GetPropertyMap()
Returns
Overrides
Operators
Declaration
public static implicit operator ImageShadow(string value)
Parameters
Type |
Name |
Description |
String |
value |
|
Returns
Implements
ICloneable
Extension Methods