Class ShadowParameters

    Definition

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

    Class with the parameters needed to build a shadow for the given pixel buffer.

    public class ShadowParameters : Disposable
    Inheritance
    object
    Disposable
    ShadowParameters

    Constructors

    View Source

    ShadowParameters()

    Construct ShadowParameters

    Declaration
    public ShadowParameters()

    Properties

    View Source

    blendShadow

    Whether to blend the shadow.

    Declaration
    public bool blendShadow { get; set; }
    Property Value
    Type Description
    bool
    View Source

    Color

    The color of the shadow.

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

    Input

    The input pixel buffer used to create the shadow.

    Declaration
    public PixelBuffer Input { get; set; }
    Property Value
    Type Description
    PixelBuffer
    View Source

    Offset

    The offset of the shadow.

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

    TextColor

    The color of the text.

    Declaration
    public Vector4 TextColor { get; set; }
    Property Value
    Type Description
    Vector4

    Methods

    View Source

    ReleaseSwigCPtr(HandleRef)

    Dispose

    Declaration
    protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
    Parameters
    Type Name Description
    System.Runtime.InteropServices.HandleRef swigCPtr
    Overrides
    Disposable.ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef)

    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