Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
This specifies properties of the ImageVisual.
public struct ImageVisualProperty
Fields
View Source
AlphaMaskURL
The URL of the alpha mask image.
Declaration
public static readonly int AlphaMaskURL
Field Value
View Source
BatchSize
Defines the batch size for pre-loading images in the AnimatedImageVisual
Declaration
public static readonly int BatchSize
Field Value
Declaration
public static readonly int Border
Field Value
View Source
BorderOnly
If true, only draws the borders.
Declaration
public static readonly int BorderOnly
Field Value
View Source
CacheSize
Defines the cache size for loading images in the AnimatedImageVisual
Declaration
public static readonly int CacheSize
Field Value
View Source
CropToMask
Whether to crop image to mask or scale mask to fit image
Declaration
public static readonly int CropToMask
Field Value
Declaration
public static readonly int DesiredHeight
Field Value
Declaration
public static readonly int DesiredWidth
Field Value
View Source
FittingMode
Fitting options, used when resizing images to fit desired dimensions.
Declaration
public static readonly int FittingMode
Field Value
View Source
FrameDelay
The number of milliseconds between each frame in the AnimatedImageVisual
Declaration
public static readonly int FrameDelay
Field Value
View Source
LoopCount
The number of times the AnimatedImageVisual will be looped
Default -1. if < 0, loop unlimited. else, loop loopCount times.
Declaration
public static readonly int LoopCount
Field Value
View Source
MaskContentScale
The scale factor to apply to the content image before masking.
Declaration
public static readonly int MaskContentScale
Field Value
Declaration
public static readonly int PixelArea
Field Value
View Source
SamplingMode
Filtering options, used when resizing images to sample original pixels.
Declaration
public static readonly int SamplingMode
Field Value
View Source
SynchronousLoading
Whether to load the image synchronously.
Declaration
public static readonly int SynchronousLoading
Field Value
Declaration
public static readonly int URL
Field Value
Declaration
public static readonly int WrapModeU
Field Value
Declaration
public static readonly int WrapModeV
Field Value