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.
public struct MeasuredSize
Constructors
View SourceMeasuredSize(LayoutLength, StateType)
Constructor
Declaration
public MeasuredSize(LayoutLength measuredSize, MeasuredSize.StateType state)
Parameters
Type | Name | Description |
---|---|---|
Layout |
measuredSize | size parameter |
Measured |
state | State |
Properties
View SourceSize
LayoutLength size property
Declaration
public LayoutLength Size { readonly get; set; }
Property Value
Type | Description |
---|---|
Layout |
State
Measured state for this size.
Declaration
public MeasuredSize.StateType State { readonly get; set; }
Property Value
Type | Description |
---|---|
Measured |
Operators
View Sourceimplicit operator MeasuredSize(LayoutLength)
Creates a MeasuredSize from a LayoutLength
Declaration
public static implicit operator MeasuredSize(LayoutLength measuredSize)
Parameters
Type | Name | Description |
---|---|---|
Layout |
measuredSize | LayoutLength to create |
Returns
Type | Description |
---|---|
Measured |
Returns a MeasuredSize object |