Class EdjeTextPartObject

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

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

C#
Copy
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
C#
Copy
public Rect Geometry { get; }
Property Value
Type Description
Rect
View Source

Name

Gets the name of the EdjeTextPartObject.

Declaration
C#
Copy
public string Name { get; }
Property Value
Type Description
string
View Source

Text

Gets or sets the text for an object part.

Declaration
C#
Copy
public string Text { get; set; }
Property Value
Type Description
string
View Source

TextBlockFormattedSize

Gets the formatted width and height.

Declaration
C#
Copy
public Size TextBlockFormattedSize { get; }
Property Value
Type Description
Size
View Source

TextBlockNativeSize

Gets the native width and height.

Declaration
C#
Copy
public Size TextBlockNativeSize { get; }
Property Value
Type Description
Size
View Source

TextStyle

Sets or gets the style of the object part.

Declaration
C#
Copy
public string TextStyle { get; set; }
Property Value
Type Description
string