Search Results for

    Show / Hide Table of Contents

    Class StyleCollection

    Inheritance
    object
    StyleCollection
    Implements
    IStyle
    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 class StyleCollection : IStyle

    Properties

    | Edit this page View Source

    Enabled

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

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

    MaxVisible

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

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

    MinVisible

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

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

    Opacity

    Gets or sets the objects overall opacity

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

    Styles

    Declaration
    public Collection<IStyle> Styles { get; set; }
    Property Value
    Type Description
    Collection<IStyle>

    Implements

    IStyle

    Extension Methods

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