[]
Properties for text objects
[TypeConverter(typeof())]
public sealed class Title : MouseEnabledComponent, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, IMouseEnabled, IMouseHandler, INamedComponent, IDisposable
| Name | Description |
|---|---|
| Title() | Initializes new instance of the Title object. |
| Title(string) | For internal use only. |
| Title(string, GraphXmlSerializationContext) | For internal use only. |
| Name | Description |
|---|---|
| Alignment | position of text |
| Backdrop | Backdrop to draw under the text |
| Border | Border to draw around text |
| CustomBorderDrawer | Gets or sets custom border draw implementation class |
| DockArea | Gets or sets the dock area. |
| Docking | Gets or sets the docking type. |
| Font | Font to draw text |
| Name | Gets or sets the title name. |
| Text | Text string to display |
| Visible | If false, nothing will be drawn |
| Name | Description |
|---|---|
| Clone() | This member overrides
|
| ToString() | Returns a string that represents this instance. |