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