public bool IsReferenceLine { get; set; }
Public Property IsReferenceLine As Boolean Get Set
public: property bool IsReferenceLine { bool get (); void set (bool value); }
member IsReferenceLine : bool with get, set