PocketPlanner Programmer's Guide

Style.BorderTopColor Property

See Also

Gets or sets the color used to paint the top border of a calendar element.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public Color BorderTopColor { get; set; }

Visual Basic

Public Property BorderTopColor As Color

 Property Value

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

 Remarks

Specify Color.Transparent for no top border or set the BorderTopWidth to 0.

 See Also