Interface IPathGraphic2
Path with support for scaling. Only applicable for Symbol Definition schema 2.4.0 and higher
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IPathGraphic2 : IPathGraphic, IGraphicBase
Properties
| Improve this Doc View SourceScaleX
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 |
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 |