Click or drag to resize

FormattedTextIHandler Interface

Handler for implementations of the FormattedText class.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : WidgetIHandler

The FormattedTextIHandler type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
Gets or sets how the text should be aligned to MaximumSize
Public propertyFont
Gets or sets the font to use to draw the text.
Public propertyForegroundBrush
Gets or sets the brush to use to draw the text.
Public propertyMaximumSize
Gets or sets the maximum size of the text.
Public propertyText
Gets or sets the text to display
Public propertyTrimming
Gets or sets the trimming mode.
Public propertyWrap
Gets or sets the wrapping mode.
Top
Methods
  NameDescription
Public methodMeasure
Gets the size needed to draw the text.
Top
See Also