Class Shadow
Definition
- Assembly:
- Tizen.NUI.dll
Represents a shadow with color and blur radius for a View.
C#Copypublic class Shadow : ShadowBase, ICloneable
- Inheritance
- Implements
-
System.ICloneable
Constructors
Declaration
C#Copypublic Shadow()
Declaration
C#Copypublic Shadow(float blurRadius, Color color, Vector2 offset = null, Vector2 extents = null)
Parameters
| Type | Name | Description |
|---|---|---|
| float | blurRadius | The blur radius value for the shadow. Bigger value, much blurry. |
| Color | color | The color for the shadow. |
| Vector2 | offset | Optional. The position offset value (x, y) from the top left corner. See Offset. |
| Vector2 | extents | Optional. The shadow will extend its size by specified amount of length. See Extents. |
Properties
Declaration
C#Copypublic float BlurRadius { get; }
Property Value
| Type | Description |
|---|---|
| float |
Declaration
C#Copypublic Color Color { get; }
Property Value
| Type | Description |
|---|---|
| Color |
Implements
System.ICloneable