Class WidgetControl.Scale
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.WidgetControl.dll
- API Level:
- 3
The class for the widget size information.
public class Scale
- Inheritance
-
WidgetControl.Scale
Properties
View SourceHeight
Widget height.
Declaration
public int Height { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourcePreviewImagePath
The path for the widget preview image file.
Declaration
public string PreviewImagePath { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceType
The size type of the widget.
Declaration
public WidgetControl.Scale.SizeType Type { get; }
Property Value
Type | Description |
---|---|
WidgetControl.Scale.SizeType |
API Level: 3
View SourceWidth
Widget width.
Declaration
public int Width { get; }
Property Value
Type | Description |
---|---|
Int32 |