Class TextShadow

    Definition

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

    The Text Shadow for TextLabel.

    public class TextShadow : ICloneable, IDisposable
    Inheritance
    object
    TextShadow
    Implements
    IDisposable

    Constructors

    View Source

    TextShadow(Color, Vector2, float)

    Constructor

    Declaration
    public TextShadow(Color color, Vector2 offset, float blurRadius)
    Parameters
    Type Name Description
    Color color
    Vector2 offset
    float blurRadius

    Properties

    View Source

    BlurRadius

    The blur radius of the shadow of text.

    Declaration
    public float BlurRadius { get; }
    Property Value
    Type Description
    float
    View Source

    Color

    The color for the shadow of text.

    Declaration
    public Color Color { get; }
    Property Value
    Type Description
    Color
    View Source

    Offset

    The offset for the shadow of text.

    Declaration
    public Vector2 Offset { get; }
    Property Value
    Type Description
    Vector2

    Methods

    View Source

    Clone()

    Deep copy method

    Declaration
    public object Clone()
    Returns
    Type Description
    object
    View Source

    Clone(TextShadow)

    Deep copy method (static) This provides nullity check.

    Declaration
    public static object Clone(TextShadow instance)
    Parameters
    Type Name Description
    TextShadow instance
    Returns
    Type Description
    object
    View Source

    Dispose()

    Declaration
    public void Dispose()
    View Source

    Dispose(bool)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    Implements

    IDisposable

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX