Class BorderVisual

Definition

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

A class encapsulating the property map of the border visual.

C#
Copy
public class BorderVisual : VisualMap, IDisposable
Inheritance
System.Object
BorderVisual
Implements
System.IDisposable

Constructors

View Source

BorderVisual()

Constructor.

Declaration
C#
Copy
public BorderVisual()
API Level: 3

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
Boolean
API Level: 3
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
System.Single
API Level: 3
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
API Level: 3

Methods

View Source

ComposingPropertyMap()

Compose the out visual map.

Declaration
C#
Copy
protected override void ComposingPropertyMap()
Overrides
API Level: 3

Implements

System.IDisposable