TextFixed
<< Click to Display Table of Contents >> TextFixed |
Represents an interface that exposes information regarding a Text Fixed 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.Justify |
AreaOpacity |
An int value representing the opacity of the area color |
AreaBrush |
A Brush class representing the fill color of the text box |
DisplayText |
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 |
TextPosition |
Possible values are:
TextPosition.BottomLeft TextPosition.BottomRight TextPosition.Center TextPosition.TopLeft TextPosition.TopRight |
// Instantiate a TextFixed object |