Gets or sets the bottom line of the border.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
C# |
---|
public BorderLine BottomLine { get; set; } |
Visual Basic (Declaration) |
---|
Public Property BottomLine As BorderLine |
Visual C++ |
---|
public: property BorderLine BottomLine { BorderLine get (); void set (BorderLine value); } |