Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 21c98e4

Browse files
authored
Merge pull request #501 from xamarin/exposes-arranglemode
[Mac] Exposes ArrangeMode in the public PropertyEditorPanel public API
2 parents e646ca6 + 0834ed8 commit 21c98e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ public PropertyEditorPanel (NSCoder coder) : base (coder)
3434
Initialize ();
3535
}
3636

37+
public PropertyArrangeMode ArrangeMode
38+
{
39+
get => this.viewModel.ArrangeMode;
40+
set => this.viewModel.ArrangeMode = value;
41+
}
42+
3743
public bool IsArrangeEnabled
3844
{
3945
get { return this.isArrangeEnabled; }

0 commit comments

Comments
 (0)