Class NPatchVisual

Definition

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

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

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

Constructors

View Source

NPatchVisual()

Constructor.

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

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
API Level: 3
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
Boolean
API Level: 3
View Source

URL

Gets or sets the URL of the image.
Mandatory.

Declaration
C#
Copy
public string URL { get; set; }
Property Value
Type Description
System.String
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