Class NPatchVisual

Definition

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

A class encapsulating the property map of the n-patch image visual.

C#
Copy
public class NPatchVisual : VisualMap, IDisposable
Inheritance
object
NPatchVisual
Implements
System.IDisposable

Constructors

View Source

NPatchVisual()

Constructor.

Declaration
C#
Copy
public NPatchVisual()

Properties

View Source

Border

The border of the image is in the order: left, right, bottom, top.
For n-patch images only.
Optional.

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

BorderOnly

Gets or sets whether to draw the borders only (If true).
If not specified, the default is false.
For n-patch images only.
Optional.

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

URL

Gets or sets the URL of the image.
Mandatory.

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

Methods

View Source

ComposingPropertyMap()

Compose the out visual map.

Declaration
C#
Copy
protected override void ComposingPropertyMap()
Overrides

Implements

System.IDisposable