Table of Contents

Class LayoutPreviewWindowItem

Namespace
Whim.LayoutPreview
Assembly
Whim.LayoutPreview.dll
Interaction logic for LayoutPreviewWindowItem.xaml
public sealed class LayoutPreviewWindowItem : UserControl, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IEquatable<Control>, IWinRTObject, IDynamicInterfaceCastable, IEquatable<UserControl>
Inheritance
LayoutPreviewWindowItem
Implements
IWinRTObject
Inherited Members

Properties

ImageSource

The icon for the window.
public ImageSource? ImageSource { get; }

Property Value

ImageSource

Rectangle

The dimensions and position of the window.
public IRectangle<int> Rectangle { get; }

Property Value

IRectangle<int>

Window

The IWindow that this LayoutPreviewWindowItem represents.
public IWindow Window { get; }

Property Value

IWindow

Methods

InitializeComponent()

InitializeComponent()
public void InitializeComponent()