Show / Hide Table of Contents

    Interface IStyle

    Defines an interface for defining layer styles

    Namespace: Mapsui.Styles
    Assembly: Mapsui.dll
    Syntax
    public interface IStyle

    Properties

    | Improve this Doc View Source

    Enabled

    Gets or sets whether objects in this style is rendered or not

    Declaration
    bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    MaxVisible

    Gets or sets the maximum zoom value where the style is applied

    Declaration
    double MaxVisible { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    MinVisible

    Gets or sets the minimum zoom value where the style is applied

    Declaration
    double MinVisible { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Opacity

    Gets or sets the objects overall opacity

    Declaration
    float Opacity { get; set; }
    Property Value
    Type Description
    System.Single
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX