Struct NpatchImageVisualProperty
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
This specifies properties of the NpatchImageVisual.
public struct NpatchImageVisualProperty
Fields
View SourceBorder
The border of the image.
Declaration
public static readonly int Border
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceBorderOnly
If true, only draws the borders.
Declaration
public static readonly int BorderOnly
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceDesiredHeight
The desired image height.
Declaration
public static readonly int DesiredHeight
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceDesiredWidth
The desired image width.
Declaration
public static readonly int DesiredWidth
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceFittingMode
Fitting options, used when resizing images to fit desired dimensions.
Declaration
public static readonly int FittingMode
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourcePixelArea
The image area to be displayed.
Declaration
public static readonly int PixelArea
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceSamplingMode
Filtering options, used when resizing images to sample original pixels.
Declaration
public static readonly int SamplingMode
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceSynchronousLoading
Whether to load the image synchronously.
Declaration
public static readonly int SynchronousLoading
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceURL
The URL of the image.
Declaration
public static readonly int URL
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceWrapModeU
The wrap mode for u coordinate.
Declaration
public static readonly int WrapModeU
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceWrapModeV
The wrap mode for v coordinate.
Declaration
public static readonly int WrapModeV
Field Value
Type | Description |
---|---|
Int32 |