Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
This specifies properties of the NpatchImageVisual.
public struct NpatchImageVisualProperty
Fields
Declaration
public static readonly int Border
Field Value
API Level: 3
View Source
BorderOnly
If true, only draws the borders.
Declaration
public static readonly int BorderOnly
Field Value
API Level: 3
Declaration
public static readonly int DesiredHeight
Field Value
API Level: 3
Declaration
public static readonly int DesiredWidth
Field Value
API Level: 3
View Source
FittingMode
Fitting options, used when resizing images to fit desired dimensions.
Declaration
public static readonly int FittingMode
Field Value
API Level: 3
Declaration
public static readonly int PixelArea
Field Value
API Level: 3
View Source
SamplingMode
Filtering options, used when resizing images to sample original pixels.
Declaration
public static readonly int SamplingMode
Field Value
API Level: 3
View Source
SynchronousLoading
Whether to load the image synchronously.
Declaration
public static readonly int SynchronousLoading
Field Value
API Level: 3
Declaration
public static readonly int URL
Field Value
API Level: 3
Declaration
public static readonly int WrapModeU
Field Value
API Level: 3
Declaration
public static readonly int WrapModeV
Field Value
API Level: 3
Extension Methods