PocketPlanner Programmer's Guide

Style.HeaderBorderLeftWidth Property

See Also

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

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public int HeaderBorderLeftWidth { get; set; }

Visual Basic

Public Property HeaderBorderLeftWidth As Integer

 Property Value

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

 Remarks

To disable drawing the left border, set this property to 0.

 See Also