PocketPlanner Programmer's Guide

Style.LineColor Property

See Also

Gets or sets the color used to paint various lines that are not part of element borders.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public Color LineColor { get; set; }

Visual Basic

Public Property LineColor As Color

 Property Value

A .NET Color object specifying the color of lines. Assign Color.Empty to this property to use the corresponding value from the current theme.

 See Also