| 1 | <UserControl xmlns="https://github.com/avaloniaui" |
| 2 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
| 3 | x:Class="CascadeIDE.Views.UiKit.CascadeSection" |
| 4 | x:Name="Root"> |
| 5 | <Border Classes="cascadeSection"> |
| 6 | <ContentPresenter Content="{Binding Content, RelativeSource={RelativeSource AncestorType=UserControl}}"/> |
| 7 | </Border> |
| 8 | </UserControl> |
| 9 |