From 1966ce87934558b650639d53fb40779f67aee0cc Mon Sep 17 00:00:00 2001 From: "AMCBRIDGE\\ksloboda" Date: Mon, 20 Nov 2023 14:17:20 +0200 Subject: [PATCH] allow rotation of the content configs --- Elements.Components/src/SpaceConfiguration.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Elements.Components/src/SpaceConfiguration.cs b/Elements.Components/src/SpaceConfiguration.cs index 73d8fc992..cedee54f9 100644 --- a/Elements.Components/src/SpaceConfiguration.cs +++ b/Elements.Components/src/SpaceConfiguration.cs @@ -134,6 +134,11 @@ public ContentElement ContentElement /// public double Depth => this.CellBoundary.Depth; + /// + /// Allow rotation of the configuration + /// + public bool AllowRotatation { get; set; } + /// /// Create a set of element instances from this configuration. ///