Represents a Component that draws text.
The following tables list the members exposed by the TextComponent type.
Name | Description | |
---|---|---|
Gets or sets the name of the font that should be used to draw the component's text. |
||
Gets or sets the size of the font that should be used to draw the component's text. |
||
Gets or sets the style of the font that should be used to draw the component's text. |
||
Gets or sets a value indicating which attribute values this component should inherit from current Theme if its local text appearance properties are not set. |
||
Gets or sets the text that should be drawn inside this component. |
||
Gets or sets the Brush that should be used to draw the component's text. |
Name | Description | |
---|---|---|
Component.Draw override. Draws associated Text in specified RenderContext. |
||
Component.Measure override. Measures the desired size of this component. |