Struct NpatchImageVisualProperty

Definition

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

This specifies properties of the NpatchImageVisual.

C#
Copy
public struct NpatchImageVisualProperty

Fields

View Source

Border

The border of the image.

Declaration
C#
Copy
public static readonly int Border
Field Value
Type Description
Int32
API Level: 3
View Source

BorderOnly

If true, only draws the borders.

Declaration
C#
Copy
public static readonly int BorderOnly
Field Value
Type Description
Int32
API Level: 3
View Source

DesiredHeight

The desired image height.

Declaration
C#
Copy
public static readonly int DesiredHeight
Field Value
Type Description
Int32
API Level: 3
View Source

DesiredWidth

The desired image width.

Declaration
C#
Copy
public static readonly int DesiredWidth
Field Value
Type Description
Int32
API Level: 3
View Source

FittingMode

Fitting options, used when resizing images to fit desired dimensions.

Declaration
C#
Copy
public static readonly int FittingMode
Field Value
Type Description
Int32
API Level: 3
View Source

PixelArea

The image area to be displayed.

Declaration
C#
Copy
public static readonly int PixelArea
Field Value
Type Description
Int32
API Level: 3
View Source

SamplingMode

Filtering options, used when resizing images to sample original pixels.

Declaration
C#
Copy
public static readonly int SamplingMode
Field Value
Type Description
Int32
API Level: 3
View Source

SynchronousLoading

Whether to load the image synchronously.

Declaration
C#
Copy
public static readonly int SynchronousLoading
Field Value
Type Description
Int32
API Level: 3
View Source

URL

The URL of the image.

Declaration
C#
Copy
public static readonly int URL
Field Value
Type Description
Int32
API Level: 3
View Source

WrapModeU

The wrap mode for u coordinate.

Declaration
C#
Copy
public static readonly int WrapModeU
Field Value
Type Description
Int32
API Level: 3
View Source

WrapModeV

The wrap mode for v coordinate.

Declaration
C#
Copy
public static readonly int WrapModeV
Field Value
Type Description
Int32
API Level: 3