Class AddTextBase
Provides an abstract base class for operators that specify drawing text strokes with a specified font and color.
public abstract class AddTextBase : CanvasElement
- Inheritance
-
AddTextBase
- Derived
- Inherited Members
Properties
- Alignment
Gets or sets the horizontal alignment of the text.
- Color
Gets or sets the color of the text.
- Font
Gets or sets the font style used to render the text strokes.
- LineAlignment
Gets or sets the vertical alignment of the text.
- Text
Gets or sets the text to draw.
- TextRenderingHint
Gets or sets the rendering mode used for the text strokes.