Struct MeasuredSize
Definition
- Assembly:
- Tizen.NUI.dll
[Draft] Class that encodes a measurement and a measure state, which is set if the measured size is too small.
public struct MeasuredSize
Constructors
View SourceMeasuredSize(LayoutLength, StateType)
Constructor
Declaration
public MeasuredSize(LayoutLength measuredSize, MeasuredSize.StateType state)
Parameters
Type | Name | Description |
---|---|---|
LayoutLength | measuredSize | size parameter |
MeasuredSize.StateType | state | State |
Properties
View SourceSize
LayoutLength size property
Declaration
public LayoutLength Size { readonly get; set; }
Property Value
Type | Description |
---|---|
LayoutLength |
State
Measured state for this size.
Declaration
public MeasuredSize.StateType State { readonly get; set; }
Property Value
Type | Description |
---|---|
MeasuredSize.StateType |
Operators
View Sourceimplicit operator MeasuredSize(LayoutLength)
Creates a MeasuredSize from a LayoutLength
Declaration
public static implicit operator MeasuredSize(LayoutLength measuredSize)
Parameters
Type | Name | Description |
---|---|---|
LayoutLength | measuredSize | LayoutLength to create |
Returns
Type | Description |
---|---|
MeasuredSize | Returns a MeasuredSize object |