Search Results for

    Show / Hide Table of Contents

    Interface IPathGraphic2

    Path with support for scaling. Only applicable for Symbol Definition schema 2.4.0 and higher

    Inherited Members
    IPathGraphic.Geometry
    IPathGraphic.FillColor
    IPathGraphic.LineColor
    IPathGraphic.LineWeight
    IPathGraphic.LineWeightScalable
    IPathGraphic.LineCap
    IPathGraphic.LineJoin
    IPathGraphic.LineMiterLimit
    IGraphicBase.ResizeControl
    IGraphicBase.Type
    Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IPathGraphic2 : IPathGraphic, IGraphicBase

    Properties

    | Improve this Doc View Source

    ScaleX

    The amount to scale the path geometry in the horizontal direction. This is only applied to the Geometry element. Defaults to 1 if not specified.

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

    ScaleY

    The amount to scale the path geometry in the vertical direction. This is only applied to the Geometry element. Defaults to 1 if not specified

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