PocketPlanner Programmer's Guide

CustomDrawArgs.Text Property

See Also

Gets the text associated with the element being drawn.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public string Text { get; }

Visual Basic

Public ReadOnly Property Text As String

 Property Value

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

 See Also