Class BorderVisual

Definition

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

A class encapsulating the property map of the border visual.

C#
Copy
public class BorderVisual : VisualMap
Inheritance
object
BorderVisual

Constructors

View Source

BorderVisual()

Constructor.

Declaration
C#
Copy
public BorderVisual()

Properties

View Source

AntiAliasing

Gets or sets whether the anti-aliasing of the border is required.
If not supplied, the default is false.
Optional.

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

BorderSize

Gets or sets the width of the border (in pixels).
Mandatory.

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

Color

Gets or sets the color of the border.
Mandatory.

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

Methods

View Source

ComposingPropertyMap()

Compose the out visual map.

Declaration
C#
Copy
protected override void ComposingPropertyMap()
Overrides