-
Notifications
You must be signed in to change notification settings - Fork 773
Closed
Labels
team-RenderingIssue for the Rendering teamIssue for the Rendering team
Description
<Grid>
<Button HorizontalAlignment="Center"
VerticalAlignment="Center"
Content="Test">
<Button.Flyout>
<Flyout>
<Flyout.FlyoutPresenterStyle>
<Style TargetType="FlyoutPresenter">
<Setter Property="Background"
Value="White" />
<Setter Property="CornerRadius"
Value="20" />
<Setter Property="Padding"
Value="0" />
</Style>
</Flyout.FlyoutPresenterStyle>
<Border>
<TextBlock HorizontalAlignment="Center"
VerticalAlignment="Center"
Text="Shadow Test" />
</Border>
</Flyout>
</Button.Flyout>
</Button>
</Grid>shaheedmalik and Poopooracoocoo
Metadata
Metadata
Assignees
Labels
team-RenderingIssue for the Rendering teamIssue for the Rendering team
