Guest User

Untitled

a guest
May 25th, 2017
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.46 KB | None | 0 0
  1.     <Label Grid.Column="1"
  2.                Text="{Binding Position.Address}"
  3.                VerticalOptions="CenterAndExpand"
  4.                LineBreakMode="WordWrap"
  5.                FontAttributes="Bold"
  6.                HorizontalOptions="FillAndExpand">
  7.             <Label.FontSize>
  8.             <OnPlatform x:TypeArguments="x:Double"
  9.                        iOS="20"
  10.                        Android="22" />
  11.             </Label.FontSize>
  12.         </Label>
Add Comment
Please, Sign In to add comment