Gets or sets the width in pixels of the top border of an element. Namespace: MindFusion.Scheduling
|
C# |
---|
public int BorderTopWidth { get; set; } |
Visual Basic |
---|
Public Property BorderTopWidth As Integer |
A non-negative integer specifying the border width in pixels. Assign -1 to this property to use the corresponding value from the current theme.
To disable drawing the top border, set this property to 0.