Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs b/Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs
index 1d3c965..eb4dcd2 100644
--- a/Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs
+++ b/Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs
@@ -34,6 +34,12 @@ namespace Xamarin.PropertyEditing.Mac
Initialize ();
}
+ public PropertyArrangeMode ArrangeMode
+ {
+ get => this.viewModel.ArrangeMode;
+ set => this.viewModel.ArrangeMode = value;
+ }
+
public bool IsArrangeEnabled
{
get { return this.isArrangeEnabled; }