mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-12 03:05:01 +00:00
refactor(essentials): better name for current layout property in eventargs
This commit is contained in:
@@ -46,7 +46,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec
|
||||
public class LayoutInfoChangedEventArgs : EventArgs
|
||||
{
|
||||
public ZoomRoom.zConfiguration.eLayoutStyle AvailableLayouts { get; set; }
|
||||
public ZoomRoom.zConfiguration.eLayoutStyle LastSelectedLayout { get; set; }
|
||||
public ZoomRoom.zConfiguration.eLayoutStyle CurrentSelectedLayout { get; set; }
|
||||
public bool CanSwapContentWithThumbnail { get; set; }
|
||||
public bool ContentSwappedWithThumbnail { get; set; }
|
||||
public bool LayoutViewIsOnFirstPage { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user