Struct ImageVisualProperty
Definition
- Assembly:
- Tizen.NUI.dll
This specifies properties of the ImageVisual.
public struct ImageVisualProperty
Fields
View SourceAlphaMaskURL
The URL of the alpha mask image.
Declaration
public static readonly int AlphaMaskURL
Field Value
Type | Description |
---|---|
int |
BatchSize
Defines the batch size for pre-loading images in the AnimatedImageVisual
Declaration
public static readonly int BatchSize
Field Value
Type | Description |
---|---|
int |
Border
The border of the image.
Declaration
public static readonly int Border
Field Value
Type | Description |
---|---|
int |
BorderOnly
If true, only draws the borders.
Declaration
public static readonly int BorderOnly
Field Value
Type | Description |
---|---|
int |
CacheSize
Defines the cache size for loading images in the AnimatedImageVisual
Declaration
public static readonly int CacheSize
Field Value
Type | Description |
---|---|
int |
CropToMask
Whether to crop image to mask or scale mask to fit image
Declaration
public static readonly int CropToMask
Field Value
Type | Description |
---|---|
int |
DesiredHeight
The desired image height.
Declaration
public static readonly int DesiredHeight
Field Value
Type | Description |
---|---|
int |
DesiredWidth
The desired image width.
Declaration
public static readonly int DesiredWidth
Field Value
Type | Description |
---|---|
int |
FittingMode
Fitting options, used when resizing images to fit desired dimensions.
Declaration
public static readonly int FittingMode
Field Value
Type | Description |
---|---|
int |
FrameDelay
The number of milliseconds between each frame in the AnimatedImageVisual
Declaration
public static readonly int FrameDelay
Field Value
Type | Description |
---|---|
int |
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
Type | Description |
---|---|
int |
MaskContentScale
The scale factor to apply to the content image before masking.
Declaration
public static readonly int MaskContentScale
Field Value
Type | Description |
---|---|
int |
PixelArea
The image area to be displayed.
Declaration
public static readonly int PixelArea
Field Value
Type | Description |
---|---|
int |
SamplingMode
Filtering options, used when resizing images to sample original pixels.
Declaration
public static readonly int SamplingMode
Field Value
Type | Description |
---|---|
int |
SynchronousLoading
Whether to load the image synchronously.
Declaration
public static readonly int SynchronousLoading
Field Value
Type | Description |
---|---|
int |
URL
The URL of the image.
Declaration
public static readonly int URL
Field Value
Type | Description |
---|---|
int |
WrapModeU
The wrap mode for u coordinate.
Declaration
public static readonly int WrapModeU
Field Value
Type | Description |
---|---|
int |
WrapModeV
The wrap mode for v coordinate.
Declaration
public static readonly int WrapModeV
Field Value
Type | Description |
---|---|
int |