PocketPlanner Programmer's Guide

CustomDrawArgs.Style Property

See Also

Gets the style associated with the element being drawn.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public Style Style { get; }

Visual Basic

Public ReadOnly Property Style As Style

 Property Value

The Style object associated with the element being drawn.

 See Also