Class InnerShadow
Definition
- Assembly:
- Tizen.NUI.dll
Represents a inner shadow with inside extents for a View.
public class InnerShadow : Shadow, ICloneable
- Inheritance
- Implements
-
ICloneable
Constructors
View SourceInnerShadow()
Create a InnerShadow with default values.
Declaration
public InnerShadow()
InnerShadow(InnerShadow)
Copy constructor.
Declaration
public InnerShadow(InnerShadow other)
Parameters
| Type | Name | Description |
|---|---|---|
| InnerShadow | other |
InnerShadow(UIExtents, float, Color, ColorVisualCutoutPolicyType)
Create a InnerShadow with extents values.
Declaration
public InnerShadow(UIExtents insetExtents, float blurRadius, Color color, ColorVisualCutoutPolicyType cutoutPolicy = ColorVisualCutoutPolicyType.CutoutOutsideWithCornerRadius)
Parameters
| Type | Name | Description |
|---|---|---|
| UIExtents | insetExtents | The Inset extents for the inner shadow. |
| float | blurRadius | The blur radius value for the shadow. Bigger value, much blurry. |
| Color | color | The color for the shadow. |
| ColorVisualCutoutPolicyType | cutoutPolicy | The policy of the shadow cutout. Default is ColorVisualCutoutPolicyType.CutoutOutsideWithCornerRadius |
Methods
View SourceEquals(object)
Declaration
public override bool Equals(object other)
Parameters
| Type | Name | Description |
|---|---|---|
| object | other |
Returns
| Type | Description |
|---|---|
| bool |
Overrides
View SourceGetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int |
Overrides
View SourceGetPropertyMap()
Extract a property map.
Declaration
protected override PropertyMap GetPropertyMap()
Returns
| Type | Description |
|---|---|
| PropertyMap |
Overrides
Implements
ICloneable