You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<controls:CustomPage.ToolbarItems>
<ToolbarItem Command="{Binding ShowMyLocationCommand}" Priority="0" effects:ToolTipEffect.BackgroundColor="Silver"
effects:ToolTipEffect.IsVisible="True"
effects:ToolTipEffect.Margin="10"
effects:ToolTipEffect.Position="Bottom"
effects:ToolTipEffect.Text="Here is a sample text for this tool tip that can help us later, here is more text to showcase the tooltip bottom"
effects:ToolTipEffect.TextColor="Teal" >
<effects:ToolTipEffect.Content>
<Frame
BackgroundColor="Yellow"
BorderColor="Gray"
HorizontalOptions="FillAndExpand"
VerticalOptions="FillAndExpand">
<Label
FontSize="Small"
HorizontalOptions="FillAndExpand"
Text="Here is a sample text for this tool tip that can help us later, here is more text to showcase the tooltip bottom"
TextColor="Black"
VerticalOptions="FillAndExpand" />
</Frame>
</effects:ToolTipEffect.Content>
<ToolbarItem.IconImageSource Padding="0" >
<FontImageSource
FontFamily="{StaticResource FAIcon}"
Glyph=" "
Size="20"
Color="{DynamicResource BarTextColor}" />
</ToolbarItem.IconImageSource>
</ToolbarItem>
</controls:CustomPage.ToolbarItems>
The text was updated successfully, but these errors were encountered:
How do we make it work in the toolbar?
The text was updated successfully, but these errors were encountered: