Struct ImageVisualProperty
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
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 |
---|---|
Int32 |
API Level: 3
View SourceAtlasing
Whether to use the texture atlas.
Declaration
public static readonly int Atlasing
Field Value
Type | Description |
---|---|
Int32 |
API Level: 5
View SourceAuxiliaryImageAlpha
Alpha value for the auxiliary image, without affecting the underlying NPatch image
Declaration
public static readonly int AuxiliaryImageAlpha
Field Value
Type | Description |
---|---|
Int32 |
API Level: 5
View SourceAuxiliaryImageURL
Overlays the auxiliary image on top of an NPatch image.
Declaration
public static readonly int AuxiliaryImageURL
Field Value
Type | Description |
---|---|
Int32 |
API Level: 5
View SourceBatchSize
Defines the batch size for pre-loading images in the AnimatedImageVisual
Declaration
public static readonly int BatchSize
Field Value
Type | Description |
---|---|
Int32 |
API Level: 4
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 SourceCacheSize
Defines the cache size for loading images in the AnimatedImageVisual
Declaration
public static readonly int CacheSize
Field Value
Type | Description |
---|---|
Int32 |
API Level: 4
View SourceCropToMask
Whether to crop image to mask or scale mask to fit image
Declaration
public static readonly int CropToMask
Field Value
Type | Description |
---|---|
Int32 |
API Level: 4
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 SourceFrameDelay
The number of milliseconds between each frame in the AnimatedImageVisual
Declaration
public static readonly int FrameDelay
Field Value
Type | Description |
---|---|
Int32 |
API Level: 4
View SourceLoadPolicy
The policy to determine when an image should be loaded.
Declaration
public static readonly int LoadPolicy
Field Value
Type | Description |
---|---|
Int32 |
API Level: 5
View SourceLoopCount
The number of times the AnimatedImageVisual will be looped. The default is -1. If the value is less than 0, loop unlimited. Otherwise, loop loopCount times.
Declaration
public static readonly int LoopCount
Field Value
Type | Description |
---|---|
Int32 |
API Level: 5
View SourceMaskContentScale
The scale factor to apply to the content image before masking.
Declaration
public static readonly int MaskContentScale
Field Value
Type | Description |
---|---|
Int32 |
API Level: 4
View SourceOrientationCorrection
Determines if image orientation should be corrected so that the image displays as it was intended.
Declaration
public static readonly int OrientationCorrection
Field Value
Type | Description |
---|---|
Int32 |
API Level: 5
View SourcePixelArea
The image area to be displayed.
Declaration
public static readonly int PixelArea
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceReleasePolicy
The policy to determine when an image should no longer be cached.
Declaration
public static readonly int ReleasePolicy
Field Value
Type | Description |
---|---|
Int32 |
API Level: 5
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 |