Gets the text associated with the element being drawn.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public string Text { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Text As String |
A string specifying the text associated with a custom drawn element.
See Also