TextViewGidBuilderImpl.monospace

Set monospace property.

class TextViewGidBuilderImpl(T)
T
monospace
(
bool propval
)

Parameters

propval bool

Whether text should be displayed in a monospace font.

If true, set the .monospace style class on the text view to indicate that a monospace font is desired.

Return Value

Type: T

Builder instance for fluent chaining