Dispenser/DispenserUI/Views/Controls/ShadowBox.axaml

9 lines
291 B
Plaintext
Raw Permalink Normal View History

2024-08-16 07:20:09 +00:00
<Border xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Padding="10"
Background="White"
BoxShadow="0 0 16 0 LightGray"
CornerRadius="10"
x:Class="DispenserUI.Views.Controls.ShadowBox">
</Border>