Search Results for

    Show / Hide Table of Contents

    Interface IPathGraphic

    A path

    Inherited Members
    IGraphicBase.ResizeControl
    IGraphicBase.Type
    Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IPathGraphic : IGraphicBase

    Properties

    | Improve this Doc View Source

    FillColor

    Gets or sets the color of the fill.

    Declaration
    string FillColor { get; set; }
    Property Value
    Type Description
    System.String

    The color of the fill.

    | Improve this Doc View Source

    Geometry

    Gets or sets the geometry.

    Declaration
    string Geometry { get; set; }
    Property Value
    Type Description
    System.String

    The geometry.

    | Improve this Doc View Source

    LineCap

    Gets or sets the line cap.

    Declaration
    string LineCap { get; set; }
    Property Value
    Type Description
    System.String

    The line cap.

    | Improve this Doc View Source

    LineColor

    Gets or sets the color of the line.

    Declaration
    string LineColor { get; set; }
    Property Value
    Type Description
    System.String

    The color of the line.

    | Improve this Doc View Source

    LineJoin

    Gets or sets the line join.

    Declaration
    string LineJoin { get; set; }
    Property Value
    Type Description
    System.String

    The line join.

    | Improve this Doc View Source

    LineMiterLimit

    Gets or sets the line miter limit.

    Declaration
    string LineMiterLimit { get; set; }
    Property Value
    Type Description
    System.String

    The line miter limit.

    | Improve this Doc View Source

    LineWeight

    Gets or sets the line weight.

    Declaration
    string LineWeight { get; set; }
    Property Value
    Type Description
    System.String

    The line weight.

    | Improve this Doc View Source

    LineWeightScalable

    Gets or sets the line weight scalable.

    Declaration
    string LineWeightScalable { get; set; }
    Property Value
    Type Description
    System.String

    The line weight scalable.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng