Description
Displays the designer tab control.
Namespace
xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"
Members
For the list of properties and methods, see:
Example
<l:DesignerTabControl
Grid.Column="1"
x:Name="designerTabControl"
Navigator="{Binding ElementName=Navigator}"
Style="{StaticResource DesignerTabControlStyle}"
l:DragDropHelper.IsDropTarget="True"
DesignerGroup="{Binding Path=Parent.DesignerGroup, RelativeSource={RelativeSource AncestorType={x:Type DockPanel}}}"
/>