Gets or sets the width in pixels of the bottom border of an element's header.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public int HeaderBorderBottomWidth { get; set; } |
Visual Basic Copy Code |
---|
Public Property HeaderBorderBottomWidth As Integer |
A non-negative integer specifying the border width, in device-independent pixels. Assign -1 to this property to use the corresponding value from the current theme.
To disable drawing the bottom border of the header, set this property to 0.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |