mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-18 23:46:37 +08:00
14 lines
734 B
XML
14 lines
734 B
XML
<fluent:RibbonWindow x:Class="FluentTest.RibbonWindowWithoutRibbon"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:fluent="urn:fluent-ribbon"
|
|
mc:Ignorable="d"
|
|
Title="RibbonWindowWithoutRibbon"
|
|
Height="300"
|
|
Width="300">
|
|
<Grid>
|
|
<TextBlock>There is no Ribbon in this Window.</TextBlock>
|
|
</Grid>
|
|
</fluent:RibbonWindow> |