Interface IPointUsage
Specifies how a symbol is used in the context of point features
Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IPointUsage : IUsageBase
Properties
| Improve this Doc View SourceOriginOffsetX
Specifies the horizontal offset to apply to the symbol origin, in mm. This offset is applied before the symbol is scaled and rotated. Defaults to 0
Declaration
string OriginOffsetX { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OriginOffsetY
Specifies the vertical offset to apply to the symbol origin, in mm. This offset is applied before the symbol is scaled and rotated. Defaults to 0
Declaration
string OriginOffsetY { get; set; }
Property Value
Type | Description |
---|---|
System.String |