Class Image
View that holds an image.
Inheritance
System.Object
Image
Implements
Namespace: Tizen.UIExtensions.NUI
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public class Image : NUI.BaseComponents.ImageView, IMeasurable
Properties
Aspect
Gets or sets the scaling mode for the image.
Declaration
public Aspect Aspect { get; set; }
Property Value
| Type | Description |
|---|---|
| Aspect |
Explicit Interface Implementations
IMeasurable.Measure(Double, Double)
Measures the size of the control in order to fit it into the available area.
Declaration
Size IMeasurable.Measure(double availableWidth, double availableHeight)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | availableWidth | Available width. |
| System.Double | availableHeight | Available height. |
Returns
| Type | Description |
|---|---|
| Size | Size of the control that fits the available area. |