Class BorderVisual
Definition
- Assembly:
- Tizen.NUI.dll
A class encapsulating the property map of the border visual.
C#Copypublic class BorderVisual : VisualMap
- Inheritance
Constructors
Declaration
C#Copypublic 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#Copypublic bool AntiAliasing { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Declaration
C#Copypublic float BorderSize { get; set; }
Property Value
| Type | Description |
|---|---|
| float |
Declaration
C#Copypublic Color Color { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
Methods
Declaration
C#Copyprotected override void ComposingPropertyMap()