PocketPlanner Programmer's Guide

Style.HeaderBorderWidth Property

See Also

Gets or sets the width in pixels of the outermost border of an element's header.

 Since version 4.0, this property is considered obsolete. Instead, use the HeaderBorderLeftWidth, HeaderBorderTopWidth, HeaderBorderRightWidth and HeaderBorderBottomWidth properties.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public int HeaderBorderWidth { get; set; }

Visual Basic

Public Property HeaderBorderWidth As Integer

 Property Value

A non-negative integer specifying headers' border width in pixels. Assign -1 to this property to use the corresponding value from the current theme.

 Remarks

To disable drawing header borders, set this property to 0. Alternatively, you can set both HeaderBorderColorLight and HeaderBorderColorDark to Color.Transparent.

 See Also