Table of Contents

Class ThemedLayout

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll
public sealed class ThemedLayout : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
ThemedLayout
Implements
Inherited Members

Fields

AppNameProperty

public static readonly DependencyProperty AppNameProperty

Field Value

DependencyProperty

MenuContentProperty

public static readonly DependencyProperty MenuContentProperty

Field Value

DependencyProperty

ShowOverlayProperty

public static readonly DependencyProperty ShowOverlayProperty

Field Value

DependencyProperty

TabsContentProperty

public static readonly DependencyProperty TabsContentProperty

Field Value

DependencyProperty

Properties

AppName

public string AppName { get; set; }

Property Value

string

MenuContent

public FrameworkElement MenuContent { get; set; }

Property Value

FrameworkElement

ShowOverlay

public bool ShowOverlay { get; set; }

Property Value

bool

TabsContent

public FrameworkElement TabsContent { get; set; }

Property Value

FrameworkElement