Class CalloutBalloonDefinition
Inheritance
CalloutBalloonDefinition
Assembly: Mapsui.dll
Syntax
public record CalloutBalloonDefinition : IEquatable<CalloutBalloonDefinition>
Properties
|
Edit this page
View Source
BackgroundColor
Declaration
public Color BackgroundColor { get; init; }
Property Value
|
Edit this page
View Source
Color
Declaration
public Color Color { get; init; }
Property Value
|
Edit this page
View Source
Offset
Declaration
public Offset Offset { get; init; }
Property Value
|
Edit this page
View Source
Padding
Declaration
public MRect Padding { get; init; }
Property Value
|
Edit this page
View Source
RectRadius
Declaration
public double RectRadius { get; init; }
Property Value
|
Edit this page
View Source
ShadowWidth
Declaration
public double ShadowWidth { get; init; }
Property Value
|
Edit this page
View Source
StrokeWidth
Declaration
public double StrokeWidth { get; init; }
Property Value
|
Edit this page
View Source
TailAlignment
Declaration
public TailAlignment TailAlignment { get; init; }
Property Value
|
Edit this page
View Source
TailHeight
Declaration
public double TailHeight { get; init; }
Property Value
|
Edit this page
View Source
TailPosition
Declaration
public double TailPosition { get; init; }
Property Value
|
Edit this page
View Source
TailWidth
Declaration
public double TailWidth { get; init; }
Property Value
Implements
Extension Methods