Class WidgetControl.Scale

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.WidgetControl.dll
API Level:
3

The class for the widget size information.

C#
Copy
public class Scale
Inheritance
System.Object
WidgetControl.Scale

Properties

View Source

Height

Widget height.

Declaration
C#
Copy
public int Height { get; }
Property Value
Type Description
Int32
API Level: 3
View Source

PreviewImagePath

The path for the widget preview image file.

Declaration
C#
Copy
public string PreviewImagePath { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

Type

The size type of the widget.

Declaration
C#
Copy
public WidgetControl.Scale.SizeType Type { get; }
Property Value
Type Description
WidgetControl.Scale.SizeType
API Level: 3
View Source

Width

Widget width.

Declaration
C#
Copy
public int Width { get; }
Property Value
Type Description
Int32
API Level: 3