6233d89e0f
- primo rilascio.
13 lines
508 B
XML
13 lines
508 B
XML
<EgtWpfLib5:EgtPanelWindow x:Class="BaseWindowView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:EgtWpfLib5="clr-namespace:EgtWPFLib5;assembly=EgtWPFLib5"
|
|
Title="BaseWindowView"
|
|
SizeToContent="WidthAndHeight"
|
|
TitleBarOrientation="{Binding TitleBarOrientation}">
|
|
|
|
<!--ContentPresenter that contains the actual View-->
|
|
<ContentPresenter Content="{Binding}"/>
|
|
|
|
</EgtWpfLib5:EgtPanelWindow>
|