MobileForms Toolkit Documentation

DrawStringOptions Enumeration

Specifies the display and layout information for text strings.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum DrawStringOptions

Members

Member NameDescriptionValue
None No options specified.
NoClip Overhanging parts of glyphs, and unwrapped text reaching outside the formatting rectangle are allowed to show. By default all text and glyph parts reaching outside the formatting rectangle are clipped.
NoWrap Text wrapping between lines when formatting within a rectangle is disabled.
RightToLeft Text is displayed from right to left.
DrawEllipsis Truncates a text string that is wider than the display rectangle and adds an ellipsis to indicate the truncation.
RestrictSelectedTextToStart Restrict select text to start from the beggining of the string.

Requirements

Namespace: Resco.Drawing

Assembly: Resco.Core.CF3 (in Resco.Core.CF3.dll)

See Also

Resco.Drawing Namespace