Class BorderVisual
Definition
- Assembly:
- Tizen.NUI.dll
A class encapsulating the property map of the border visual.
public class BorderVisual : VisualMap
- Inheritance
Constructors
View SourceBorderVisual()
Constructor.
Declaration
public BorderVisual()
Properties
View SourceAntiAliasing
Gets or sets whether the anti-aliasing of the border is required.
If not supplied, the default is false.
Optional.
Declaration
public bool AntiAliasing { get; set; }
Property Value
Type | Description |
---|---|
bool |
BorderSize
Gets or sets the width of the border (in pixels).
Mandatory.
Declaration
public float BorderSize { get; set; }
Property Value
Type | Description |
---|---|
float |
Color
Gets or sets the color of the border.
Mandatory.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
Methods
View SourceComposingPropertyMap()
Compose the out visual map.
Declaration
protected override void ComposingPropertyMap()