Struct BorderVisualProperty
Definition
- Assembly:
- Tizen.NUI.dll
This specifies properties of the BorderVisual.
public struct BorderVisualProperty
Fields
View SourceAntiAliasing
Whether anti-aliasing of the border is required.
Declaration
public static readonly int AntiAliasing
Field Value
Type | Description |
---|---|
int |
Color
The color of the border.
Declaration
public static readonly int Color
Field Value
Type | Description |
---|---|
int |
Size
The width of the border (in pixels).
Declaration
public static readonly int Size
Field Value
Type | Description |
---|---|
int |