Borders, Frames scrollers
This commit is contained in:
@ -15,6 +15,15 @@
|
||||
<Setter Property="Margin" Value="{StaticResource DefaultSpacingForGrid}" />
|
||||
<Setter Property="Padding" Value="{StaticResource DefaultSpacingForGrid}" />
|
||||
</Style>
|
||||
|
||||
<Style TargetType="Border"
|
||||
x:Key="Border.Page">
|
||||
<Setter Property="Stroke" Value="Gray" />
|
||||
<Setter Property="StrokeThickness" Value="1" />
|
||||
<Setter Property="Margin" Value="5" />
|
||||
<Setter Property="HorizontalOptions" Value="Fill" />
|
||||
<Setter Property="VerticalOptions" Value="Fill" />
|
||||
</Style>
|
||||
<Style TargetType="Label">
|
||||
<Setter Property="VerticalTextAlignment" Value="Center" />
|
||||
</Style>
|
||||
|
||||
Reference in New Issue
Block a user