Search
DrawEventArgs.Text Property
See Also
 





Gets the text associated with the element being drawn.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public string Text { get; }

Visual Basic  Copy Code

Public ReadOnly Property Text As String

 Property Value

A string specifying the text associated with a custom drawn element.

 See Also