Gets or sets the width in pixels of the right border of an element.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public int BorderRightWidth { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property BorderRightWidth 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.
RemarksTo disable drawing the right border, set this property to 0.
See Also