Interface IMeasurable
Interface of the controls which can measure their size taking into account the available area.
Namespace: Tizen.UIExtensions.Common
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public interface IMeasurable
Methods
Measure(Double, Double)
Measures the size of the control in order to fit it into the available area.
Declaration
Size 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. |