Search Results for

    Show / Hide Table of Contents

    Class VectorStyle

    Inheritance
    object
    BaseStyle
    VectorStyle
    SymbolStyle
    Implements
    IStyle
    Inherited Members
    BaseStyle.MinVisible
    BaseStyle.MaxVisible
    BaseStyle.Enabled
    BaseStyle.Opacity
    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 VectorStyle : BaseStyle, IStyle

    Constructors

    | Edit this page View Source

    VectorStyle()

    Declaration
    public VectorStyle()

    Properties

    | Edit this page View Source

    Fill

    Fill style for Polygon geometries

    Declaration
    public Brush? Fill { get; set; }
    Property Value
    Type Description
    Brush
    | Edit this page View Source

    Line

    Line style for line geometries

    Declaration
    public Pen? Line { get; set; }
    Property Value
    Type Description
    Pen
    | Edit this page View Source

    Outline

    Outline style for line and polygon geometries

    Declaration
    public Pen? Outline { get; set; }
    Property Value
    Type Description
    Pen

    Implements

    IStyle

    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