Enum FontSizeType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

Enumeration for the size type of font.

C#
Copy
public enum FontSizeType : int
Remarks

The size type of font used as a property of TextFit.

Name Description
PixelSize

The PixelSize.

PointSize

The PointSize.

Extension Methods