Search Results for

    Show / Hide Table of Contents

    Class CalloutBalloonDefinition

    Inheritance
    object
    CalloutBalloonDefinition
    Implements
    IEquatable<CalloutBalloonDefinition>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Styles
    Assembly: Mapsui.dll
    Syntax
    public record CalloutBalloonDefinition : IEquatable<CalloutBalloonDefinition>

    Properties

    | Edit this page View Source

    BackgroundColor

    Declaration
    public Color BackgroundColor { get; init; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    Color

    Declaration
    public Color Color { get; init; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    Offset

    Declaration
    public Offset Offset { get; init; }
    Property Value
    Type Description
    Offset
    | Edit this page View Source

    Padding

    Declaration
    public MRect Padding { get; init; }
    Property Value
    Type Description
    MRect
    | Edit this page View Source

    RectRadius

    Declaration
    public double RectRadius { get; init; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    ShadowWidth

    Declaration
    public double ShadowWidth { get; init; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    StrokeWidth

    Declaration
    public double StrokeWidth { get; init; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    TailAlignment

    Declaration
    public TailAlignment TailAlignment { get; init; }
    Property Value
    Type Description
    TailAlignment
    | Edit this page View Source

    TailHeight

    Declaration
    public double TailHeight { get; init; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    TailPosition

    Declaration
    public double TailPosition { get; init; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    TailWidth

    Declaration
    public double TailWidth { get; init; }
    Property Value
    Type Description
    double

    Implements

    IEquatable<T>

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX