Struct BorderVisualProperty

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

This specifies properties of the BorderVisual.

C#
Copy
public struct BorderVisualProperty

Fields

View Source

AntiAliasing

Whether anti-aliasing of the border is required.

Declaration
C#
Copy
public static readonly int AntiAliasing
Field Value
Type Description
Int32
API Level: 3
View Source

Color

The color of the border.

Declaration
C#
Copy
public static readonly int Color
Field Value
Type Description
Int32
API Level: 3
View Source

Size

The width of the border (in pixels).

Declaration
C#
Copy
public static readonly int Size
Field Value
Type Description
Int32
API Level: 3