forked from amkovkov/GranuSightSoftware2
feat: CameraView control properties
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user