Class WidgetControl.Scale

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.WidgetControl.dll

    The class for the widget size information.

    public class WidgetControl.Scale
    Inheritance
    object
    WidgetControl.Scale

    Properties

    View Source

    Height

    Widget height.

    Declaration
    public int Height { get; }
    Property Value
    Type Description
    int
    View Source

    PreviewImagePath

    The path for the widget preview image file.

    Declaration
    public string PreviewImagePath { get; }
    Property Value
    Type Description
    string
    View Source

    Type

    The size type of the widget.

    Declaration
    public WidgetControl.Scale.SizeType Type { get; }
    Property Value
    Type Description
    WidgetControl.Scale.SizeType
    View Source

    Width

    Widget width.

    Declaration
    public int Width { get; }
    Property Value
    Type Description
    int
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX