Text
<< Click to Display Table of Contents >> Text |
Represents an interface that exposes information regarding a Text IDrawingTool.
Anchor |
An IDrawingTool's ChartAnchor representing the point of the drawing object |
YPixelOffset |
An int value representing the offset value in pixels from within the text box area |
Alignment |
Possible values are:
TextAlignment.Center,TextAlignment.Left,TextAlignment.Right,TextAlignment.Justify
|
AreaOpacity |
An int value representing the opacity of the area color |
AreaBrush |
A Brush class representing the fill color of the text box |
Text |
A string value representing the text to be drawn |
TextBrush |
A Brush class representing the color of the text |
Font |
A Font object representing the font for the text |
OutlineStroke |
The Stroke object used to outline the text box |
// Instantiate a Text object |