Files
EgtCAM5/Base/BaseWindow/BaseWindowView.xaml
T
Emmanuele Sassi 6233d89e0f EgtCAM5 :
- primo rilascio.
2016-07-06 09:46:23 +00:00

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>