Search Results for

    Show / Hide Table of Contents

    Interface IPointStyle

    Inherited Members
    IStyle.MinVisible
    IStyle.MaxVisible
    IStyle.Enabled
    IStyle.Opacity
    Namespace: Mapsui.Styles
    Assembly: Mapsui.dll
    Syntax
    public interface IPointStyle : IStyle

    Properties

    | Edit this page View Source

    Offset

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

    RelativeOffset

    Declaration
    RelativeOffset RelativeOffset { get; set; }
    Property Value
    Type Description
    RelativeOffset
    | Edit this page View Source

    RotateWithMap

    Declaration
    bool RotateWithMap { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    SymbolOffset

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

    SymbolOffsetRotatesWithMap

    Declaration
    bool SymbolOffsetRotatesWithMap { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    SymbolRotation

    Declaration
    double SymbolRotation { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    SymbolScale

    Declaration
    double SymbolScale { get; set; }
    Property Value
    Type Description
    double

    Extension Methods

    StyleExtensions.GetStylesToApply(IStyle?, double)
    StyleExtensions.ShouldBeApplied(IStyle?, double)
    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX