Class AsyncTextSizeComputedEventArgs
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
AsyncTextSizeComputedEventArgs is a class to record async text size computed event arguments which will be sent to user.
public class AsyncTextSizeComputedEventArgs : EventArgs
- Inheritance
-
objectAsyncTextSizeComputedEventArgs
Constructors
View SourceAsyncTextSizeComputedEventArgs(float, float)
Declaration
public AsyncTextSizeComputedEventArgs(float width, float height)
Parameters
| Type | Name | Description |
|---|---|---|
| float | width | |
| float | height |
Properties
View SourceHeight
The computed height.
Declaration
public float Height { get; }
Property Value
| Type | Description |
|---|---|
| float |
Width
The computed width.
Declaration
public float Width { get; }
Property Value
| Type | Description |
|---|---|
| float |