Search Results for

    Show / Hide Table of Contents

    Class ImageStyle

    Inheritance
    object
    BaseStyle
    BasePointStyle
    ImageStyle
    CalloutStyle
    Implements
    IPointStyle
    IStyle
    IHasImage
    Inherited Members
    BasePointStyle.SymbolRotation
    BasePointStyle.RotateWithMap
    BasePointStyle.SymbolScale
    BasePointStyle.SymbolOffset
    BasePointStyle.Offset
    BasePointStyle.RelativeOffset
    BasePointStyle.SymbolOffsetRotatesWithMap
    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 ImageStyle : BasePointStyle, IPointStyle, IStyle, IHasImage

    Properties

    | Edit this page View Source

    Image

    Path to the the image to display during rendering. This can be url, file path or embedded resource.

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

    Implements

    IPointStyle
    IStyle
    IHasImage

    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