feat: CameraView control properties

This commit is contained in:
2026-02-04 21:32:33 +03:00
parent 5a728dbdd9
commit c0336a55fd
3 changed files with 29 additions and 10 deletions
+4 -1
View File
@@ -6,5 +6,8 @@
x:DataType="vm:CameraViewModel"
x:Class="GSS2.UI.Core.Views.CameraView"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch">
VerticalAlignment="Stretch"
Background="{Binding Background}"
StretchMode="{Binding StretchMode}"
TileMode="{Binding TileMode}">
</Control>