Show / Hide Table of Contents

    Class EdjeTextPartObject

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll
    API Level:
    preview

    The EdjeTextPartObject is a class dealing with parts of type text.

    public class EdjeTextPartObject
    Inheritance
    Object
    EdjeTextPartObject

    Properties

    View Source

    Geometry

    Gets the geometry of a given edje part, in a given edje object's group definition, relative to the object's area.

    Declaration
    public Rect Geometry { get; }
    Property Value
    Type Description
    Rect
    API Level: preview
    View Source

    Name

    Gets the name of the EdjeTextPartObject.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String
    API Level: preview
    View Source

    Text

    Gets or sets the text for an object part.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    String
    API Level: preview
    View Source

    TextBlockFormattedSize

    Gets the formatted width and height.

    Declaration
    public Size TextBlockFormattedSize { get; }
    Property Value
    Type Description
    Size
    API Level: preview
    View Source

    TextBlockNativeSize

    Gets the native width and height.

    Declaration
    public Size TextBlockNativeSize { get; }
    Property Value
    Type Description
    Size
    API Level: preview
    View Source

    TextStyle

    Sets or gets the style of the object part.

    Declaration
    public string TextStyle { get; set; }
    Property Value
    Type Description
    String
    API Level: preview
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX