Skip to content

Instantly share code, notes, and snippets.

View devoirtechsandip's full-sized avatar
🦗
Focusing

Sandip Kumbhar devoirtechsandip

🦗
Focusing
View GitHub Profile
<TabbedPage.Children>
<views:Depot>
<views:Depot.Triggers>
<Trigger TargetType="ContentPage" Property="IsFocused" Value="False">
<Setter Property="IconImageSource">
<Setter.Value>
<FontImageSource FontFamily="{StaticResource FontAwesomeSolid}" Glyph="{x:Static fontawesome:FontAwesomeIcons.Bus}" />
</Setter.Value>
</Setter>
</Trigger>