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