BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<badge:SfBadgeView.Content>
<Grid>
<Frame Padding="10,10,10,5" CornerRadius="10" HasShadow="true" Margin="5"
BorderColor="AliceBlue" BackgroundColor="Blue"
MinimumWidthRequest="100" MinimumHeightRequest="100">
<StackLayout>
<Label Text="Content"
FontAttributes="None"
LineBreakMode="WordWrap"
FontSize="Small"
HorizontalOptions="StartAndExpand"
HorizontalTextAlignment="Start"
/>
</StackLayout>
</Frame>
</Grid>
</badge:SfBadgeView.Content> |