Class CalloutStyle
A CalloutStyle shows a callout or InfoWindow in Google Maps
Assembly: Mapsui.dll
Syntax
public class CalloutStyle : ImageStyle, IPointStyle, IStyle, IHasImage
Properties
|
Edit this page
View Source
BalloonDefinition
Declaration
public CalloutBalloonDefinition BalloonDefinition { get; set; }
Property Value
|
Edit this page
View Source
ImageIdOfCallout
Declaration
public string ImageIdOfCallout { get; }
Property Value
|
Edit this page
View Source
ImageIdOfCalloutContent
Declaration
public string ImageIdOfCalloutContent { get; }
Property Value
|
Edit this page
View Source
MaxWidth
MaxWidth for Title and Subtitle of Callout
Declaration
public double MaxWidth { get; set; }
Property Value
|
Edit this page
View Source
Rotation
Gets or sets the rotation of the Callout in degrees (clockwise is positive)
Declaration
public double Rotation { get; set; }
Property Value
|
Edit this page
View Source
Spacing
Space between Title and Subtitle of Callout
Declaration
public double Spacing { get; set; }
Property Value
|
Edit this page
View Source
Subtitle
Content of Callout subtitle label
Declaration
public string? Subtitle { get; set; }
Property Value
|
Edit this page
View Source
SubtitleFont
Declaration
public Font SubtitleFont { get; set; }
Property Value
|
Edit this page
View Source
SubtitleFontColor
Font color to render subtitle
Declaration
public Color? SubtitleFontColor { get; set; }
Property Value
|
Edit this page
View Source
SubtitleTextAlignment
Text alignment of subtitle
Declaration
public Alignment SubtitleTextAlignment { get; set; }
Property Value
|
Edit this page
View Source
Title
Content of Callout title label
Declaration
public string? Title { get; set; }
Property Value
|
Edit this page
View Source
TitleFont
Declaration
public Font TitleFont { get; set; }
Property Value
|
Edit this page
View Source
TitleFontColor
Font color to render title
Declaration
public Color? TitleFontColor { get; set; }
Property Value
|
Edit this page
View Source
TitleTextAlignment
Declaration
public Alignment TitleTextAlignment { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
public CalloutType Type { get; set; }
Property Value
Methods
|
Edit this page
View Source
Invalidate()
Declaration
Implements
Extension Methods