Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
The Text Shadow for TextLabel.
public class TextShadow : ICloneable, IDisposable
- Inheritance
-
- Implements
-
IDisposable
Constructors
Declaration
public TextShadow(Color color, Vector2 offset, float blurRadius)
Parameters
Properties
View Source
BlurRadius
The blur radius of the shadow of text.
Declaration
public float BlurRadius { get; }
Property Value
Declaration
public Color Color { get; }
Property Value
Declaration
public Vector2 Offset { get; }
Property Value
Methods
Declaration
Returns
View Source
Clone(TextShadow)
Deep copy method (static)
This provides nullity check.
Declaration
public static object Clone(TextShadow instance)
Parameters
Returns
Declaration
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
Boolean |
disposing |
|
Implements
IDisposable
Extension Methods