Class CalloutStyle
A CalloutStyle shows a callout or InfoWindow in Google Maps
Assembly: Mapsui.dll
Syntax
public class CalloutStyle : SymbolStyle, IStyle
Properties
|
Edit this page
View Source
ArrowAlignment
Anchor position of Callout
Declaration
public ArrowAlignment ArrowAlignment { get; set; }
Property Value
|
Edit this page
View Source
ArrowHeight
Height of anchor of Callout
Declaration
public float ArrowHeight { get; set; }
Property Value
|
Edit this page
View Source
ArrowPosition
Relative position of anchor of Callout on the side given by AnchorType
Declaration
public float ArrowPosition { get; set; }
Property Value
|
Edit this page
View Source
ArrowWidth
Width of opening of anchor of Callout
Declaration
public float ArrowWidth { get; set; }
Property Value
|
Edit this page
View Source
BackgroundColor
BackgroundColor of Callout
Declaration
public Color BackgroundColor { get; set; }
Property Value
|
Edit this page
View Source
Color
Color of stroke around Callout
Declaration
public Color Color { get; set; }
Property Value
|
Edit this page
View Source
Content
Declaration
public int Content { get; set; }
Property Value
|
Edit this page
View Source
DefaultHeight
Declaration
public static double DefaultHeight { get; set; }
Property Value
|
Edit this page
View Source
DefaultWidth
Declaration
public static double DefaultWidth { get; set; }
Property Value
|
Edit this page
View Source
InternalContent
Declaration
public int InternalContent { get; set; }
Property Value
|
Edit this page
View Source
Invalidated
Declaration
public bool Invalidated { get; set; }
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
Offset
Offset position in pixels of Callout
Declaration
public Offset Offset { get; set; }
Property Value
|
Edit this page
View Source
Padding
Padding around content of Callout
Declaration
public MRect Padding { get; set; }
Property Value
|
Edit this page
View Source
RectRadius
Radius of rounded corners of Callout
Declaration
public float RectRadius { 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
ShadowWidth
Width of shadow around Callout
Declaration
public float ShadowWidth { 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
StrokeWidth
Stroke width of frame around Callout
Declaration
public float StrokeWidth { 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
Implements
Extension Methods