Struct MeasuredSize
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
[Draft] 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 |
API Level: 6
Properties
Declaration
C#Copypublic LayoutLength Size { get; set; }
Property Value
Type | Description |
---|---|
LayoutLength |
API Level: 6
Declaration
C#Copypublic MeasuredSize.StateType State { get; set; }
Property Value
Type | Description |
---|---|
MeasuredSize.StateType |
API Level: 6
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 |