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#Copypublic struct MeasuredSize
Constructors
Declaration
C#Copypublic MeasuredSize(LayoutLength measuredSize, MeasuredSize.StateType state)
Parameters
Type | Name | Description |
---|---|---|
LayoutLength | measuredSize | size parameter |
MeasuredSize.StateType | state | State |
Properties
Declaration
C#Copypublic LayoutLength Size { readonly get; set; }
Property Value
Type | Description |
---|---|
LayoutLength |
Declaration
C#Copypublic MeasuredSize.StateType State { readonly get; set; }
Property Value
Type | Description |
---|---|
MeasuredSize.StateType |
Operators
Declaration
C#Copypublic static implicit operator MeasuredSize(LayoutLength measuredSize)
Parameters
Type | Name | Description |
---|---|---|
LayoutLength | measuredSize | LayoutLength to create |
Returns
Type | Description |
---|---|
MeasuredSize | Returns a MeasuredSize object |