TextOverlayGroup Class Properties
In This Topic
For a list of all properties of this type, see
TextOverlayGroup.
Public Properties
| | Name | Description |
 | Anchor | Gets or sets text anchor. (Inherited from TextOverlay) |
 | IsVisible | Gets or sets a value indicating whether the text overlay is visible. (Inherited from TextOverlay) |
 | Items | Gets the items, which must be drawn in viewer. |
 | Text | Gets or sets the text, which must be drawn. |
 | TextBrush | Gets or sets the brush, which must be used for drawing the text. (Inherited from TextOverlay) |
 | TextColor | Gets or sets the text brush color. (Inherited from TextOverlay) |
 | TextFont | Gets or sets the font, which must be used for drawing the text. (Inherited from TextOverlay) |
 | TextOverlaySeparator | Gets or sets the separator, which must be inserted between the text overlays. |
Protected Properties
| | Name | Description |
 | ImageViewer | Gets the image viewer, which is associated with this text overlay. (Inherited from TextOverlay) |
See Also