PocketPlanner Programmer's Guide

Style.HeaderBorderColorDark Property

See Also

Gets or sets the color used to paint the dark sides of the outermost 3D border of an element's header.

 Since version 4.0, this property is considered obsolete. Instead, use the HeaderBorderRightColor and HeaderBorderBottomColor properties.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public Color HeaderBorderColorDark { get; set; }

Visual Basic

Public Property HeaderBorderColorDark As Color

 Property Value

A .NET Color object specifying the color of the right and bottom sides of header's rectangle. Assign Color.Empty to this property to use the corresponding value from the current theme.

 Remarks

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

 See Also