MindFusion WinForms Programmer's Guide
Style.BorderBottomWidth Property
See Also
 





Gets or sets the width in pixels of the bottom border of an element.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int BorderBottomWidth { get; set; }

Visual Basic  Copy Code

Public Property BorderBottomWidth 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 bottom border, set this property to 0.

 See Also

Style Members
Style Class
MindFusion.Scheduling Namespace
BorderBottomColor Property