又到周末了,根据官网文档,接着控件篇。

用法:

<Border Background="Red"
        BorderBrush="Black"
        BorderThickness="2"
        CornerRadius="3"
        Padding="4">
    <StackPanel>
        <Button>Button 1</Button>
        <Button>Button 2</Button>
    </StackPanel>
</Border>

效果:

一起学习Avalonia(五)

 

2.Calendar

用法:

<Calendar Name="BlackoutDatesCalendar"
                  SelectionMode="SingleDate" />

效果:

一起学习Avalonia(五)

就到这里了

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2021-11-27
  • 2021-05-11
猜你喜欢
  • 2022-12-23
  • 2021-07-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案