Skip to content

Commit

Permalink
allow rotation of the content configs
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaSloboda committed Nov 20, 2023
1 parent 7db39fc commit 1966ce8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Elements.Components/src/SpaceConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ public ContentElement ContentElement
/// </summary>
public double Depth => this.CellBoundary.Depth;

/// <summary>
/// Allow rotation of the configuration
/// </summary>
public bool AllowRotatation { get; set; }

/// <summary>
/// Create a set of element instances from this configuration.
/// </summary>
Expand Down

0 comments on commit 1966ce8

Please sign in to comment.