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.

C#
Copy
public class ShadowParameters : Disposable
Inheritance
ShadowParameters

Constructors

View Source

ShadowParameters()

Construct ShadowParameters

Declaration
C#
Copy
public ShadowParameters()

Properties

View Source

blendShadow

Whether to blend the shadow.

Declaration
C#
Copy
public bool blendShadow { get; set; }
Property Value
Type Description
Boolean
View Source

Color

The color of the shadow.

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

Input

The input pixel buffer used to create the shadow.

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

Offset

The offset of the shadow.

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

TextColor

The color of the text.

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

Methods

View Source

ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)

Dispose

Declaration
C#
Copy
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type Name Description
Tizen.System.Runtime.InteropServices.HandleRef swigCPtr
Overrides

Extension Methods