Search Results for

    Show / Hide Table of Contents

    Interface IStroke

    Encapsulates the stylization of a line

    Inherited Members
    ICloneableLayerElement<IStroke>.Clone()
    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IStroke : ICloneableLayerElement<IStroke>

    Properties

    | Improve this Doc View Source

    Color

    Gets or sets the color

    Declaration
    string Color { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    LineStyle

    Gets or sets the line style

    Declaration
    string LineStyle { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Thickness

    Gets or sets the thickness

    Declaration
    string Thickness { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Unit

    Gets or sets the thickness unit

    Declaration
    LengthUnitType Unit { get; set; }
    Property Value
    Type Description
    LengthUnitType
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng