Struct MeasuredSize
Definition
- Assembly:
- Tizen.NUI.dll
Class that encodes a measurement and a measure state, which is set if the measured size is too small.
C#
Copy
public struct MeasuredSize
Constructors
Declaration
C#
Copy
public MeasuredSize(LayoutLength measuredSize, MeasuredSize.StateType state)
Parameters
Type | Name | Description |
---|---|---|
Layout |
measuredSize | size parameter |
Measured |
state | State |
Properties
Declaration
C#
Copy
public LayoutLength Size { readonly get; set; }
Property Value
Type | Description |
---|---|
Layout |
Declaration
C#
Copy
public MeasuredSize.StateType State { readonly get; set; }
Property Value
Type | Description |
---|---|
Measured |
Operators
Declaration
C#
Copy
public static implicit operator MeasuredSize(LayoutLength measuredSize)
Parameters
Type | Name | Description |
---|---|---|
Layout |
measuredSize | LayoutLength to create |
Returns
Type | Description |
---|---|
Measured |
Returns a MeasuredSize object |