mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-27 03:33:24 +08:00
fix: split buttons.
This commit is contained in:
@@ -47,6 +47,7 @@
|
|||||||
<RadioButton Theme="{StaticResource ButtonRadioButton}">选项 2</RadioButton>
|
<RadioButton Theme="{StaticResource ButtonRadioButton}">选项 2</RadioButton>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Border>
|
</Border>
|
||||||
|
<StackPanel Orientation="Horizontal">
|
||||||
<RadioButton Margin="4" Theme="{StaticResource CardRadioButton}">
|
<RadioButton Margin="4" Theme="{StaticResource CardRadioButton}">
|
||||||
<StackPanel>
|
<StackPanel>
|
||||||
<TextBlock FontWeight="Bold">Option 1</TextBlock>
|
<TextBlock FontWeight="Bold">Option 1</TextBlock>
|
||||||
@@ -62,6 +63,8 @@
|
|||||||
<TextBlock Classes="Tertiary">Description 2</TextBlock>
|
<TextBlock Classes="Tertiary">Description 2</TextBlock>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</RadioButton>
|
</RadioButton>
|
||||||
|
</StackPanel>
|
||||||
|
<StackPanel Orientation="Horizontal">
|
||||||
<RadioButton Margin="4" Theme="{StaticResource PureCardRadioButton}">
|
<RadioButton Margin="4" Theme="{StaticResource PureCardRadioButton}">
|
||||||
<StackPanel>
|
<StackPanel>
|
||||||
<TextBlock FontWeight="Bold">Option 1</TextBlock>
|
<TextBlock FontWeight="Bold">Option 1</TextBlock>
|
||||||
@@ -78,13 +81,14 @@
|
|||||||
</StackPanel>
|
</StackPanel>
|
||||||
</RadioButton>
|
</RadioButton>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
</StackPanel>
|
||||||
<StackPanel Orientation="Horizontal">
|
<StackPanel Orientation="Horizontal">
|
||||||
<StackPanel Orientation="Horizontal">
|
<StackPanel Orientation="Horizontal">
|
||||||
<CheckBox Margin="0,0,8,0">Avalonia</CheckBox>
|
<CheckBox Margin="0,0,8,0">Avalonia</CheckBox>
|
||||||
<CheckBox Margin="0,0,8,0" IsChecked="True">WPF</CheckBox>
|
<CheckBox Margin="0,0,8,0" IsChecked="True">WPF</CheckBox>
|
||||||
<CheckBox IsChecked="{x:Null}" IsThreeState="True">UWP</CheckBox>
|
<CheckBox IsChecked="{x:Null}" IsThreeState="True">UWP</CheckBox>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
<StackPanel Orientation="Horizontal">
|
||||||
<CheckBox Margin="4" Theme="{StaticResource CardCheckBox}">
|
<CheckBox Margin="4" Theme="{StaticResource CardCheckBox}">
|
||||||
<StackPanel>
|
<StackPanel>
|
||||||
<TextBlock FontWeight="Bold">Option 1</TextBlock>
|
<TextBlock FontWeight="Bold">Option 1</TextBlock>
|
||||||
@@ -110,6 +114,8 @@
|
|||||||
<TextBlock Classes="Tertiary">Description 3</TextBlock>
|
<TextBlock Classes="Tertiary">Description 3</TextBlock>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</CheckBox>
|
</CheckBox>
|
||||||
|
</StackPanel>
|
||||||
|
<StackPanel Orientation="Horizontal">
|
||||||
<CheckBox Margin="4" Theme="{StaticResource PureCardCheckBox}">
|
<CheckBox Margin="4" Theme="{StaticResource PureCardCheckBox}">
|
||||||
<StackPanel>
|
<StackPanel>
|
||||||
<TextBlock FontWeight="Bold">Option 1</TextBlock>
|
<TextBlock FontWeight="Bold">Option 1</TextBlock>
|
||||||
@@ -136,6 +142,7 @@
|
|||||||
</StackPanel>
|
</StackPanel>
|
||||||
</CheckBox>
|
</CheckBox>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
</StackPanel>
|
||||||
<StackPanel Orientation="Horizontal">
|
<StackPanel Orientation="Horizontal">
|
||||||
<ToggleSwitch
|
<ToggleSwitch
|
||||||
Content="Content"
|
Content="Content"
|
||||||
|
|||||||
Reference in New Issue
Block a user