Class BorderVisual
Definition
- Assembly:
- Tizen.NUI.dll
Simple visual to render a solid border.
public class BorderVisual : VisualBase, IDynamicResourceHandler, INameScope, System.IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
View SourceBorderVisual()
Creates an visual object.
Declaration
public BorderVisual()
Properties
View SourceAntiAliasing
Gets or sets whether the anti-aliasing of the border is required. default is false.
Declaration
public bool AntiAliasing { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
BorderColor
Gets or sets the color of the border.
Declaration
public Color BorderColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
BorderWidth
Gets or sets the width of the border (in pixels).
Declaration
public float BorderWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| float |
Implements
System.IDisposable