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#Copypublic class NPatchVisual : VisualMap, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic 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#Copypublic 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#Copypublic bool BorderOnly { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
API Level: 3
Declaration
C#Copypublic string URL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 3
Methods
Declaration
C#Copyprotected override void ComposingPropertyMap()
Overrides
API Level: 3
Implements
System.IDisposable