Android.Text.DynamicLayout Members

The members of Android.Text.DynamicLayout are listed below.

See Also: Inherited members from Android.Text.Layout

Public Constructors

Make a layout for the transformed text (password transformation being the primary example of a transformation) that will be updated as the base text is changed.
Make a layout for the transformed text (password transformation being the primary example of a transformation) that will be updated as the base text is changed.
Make a layout for the specified text that will be updated as the text is changed.
Make a layout for the specified text that will be updated as the text is changed.
Make a layout for the transformed text (password transformation being the primary example of a transformation) that will be updated as the base text is changed.
Make a layout for the transformed text (password transformation being the primary example of a transformation) that will be updated as the base text is changed.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
override
BottomPaddingint. Returns the number of extra pixels of descent padding in the bottom line of the Layout.
[read-only]
override
LineCountint. Return the number of lines of text in this layout.
[read-only]
override
TopPaddingint. Returns the (negative) number of extra pixels of ascent padding in the top line of the Layout.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

override
GetEllipsisCount(int) : int
Returns the number of characters to be ellipsized away, or 0 if no ellipsis is to take place.
override
GetEllipsisStart(int) : int
Return the offset of the first character to be ellipsized away, relative to the start of the line.
override
GetLineContainsTab(int) : bool
Returns whether the specified line contains one or more characters that need to be handled specially, like tabs or emoji.
override
GetLineDescent(int) : int
Return the descent of the specified line(0…getLineCount() - 1).
override
GetLineDirections(int) : Layout.Directions
Returns the directional run information for the specified line.
override
GetLineStart(int) : int
Return the text offset of the beginning of the specified line ( 0…getLineCount()).
override
GetLineTop(int) : int
Return the vertical position of the top of the specified line (0…getLineCount()).
override
GetParagraphDirection(int) : TextLayoutDirection
Returns the primary directionality of the paragraph containing the specified line, either 1 for left-to-right lines, or -1 for right-to-left lines (see Layout.DIR_LEFT_TO_RIGHT, Layout.DIR_RIGHT_TO_LEFT).