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