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