public bool ShowLine { get; set; }
Public Property ShowLine As Boolean
Get
Set
public:
virtual property bool ShowLine {
bool get () sealed;
void set (bool value) sealed;
}
abstract ShowLine : bool with get, set
override ShowLine : bool with get, set