Interface IUsageBase
Base usage interface
Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IUsageBase
Properties
| Improve this Doc View SourceAngle
Specifies the symbol angle, in degrees. Only applies if AngleControl evaluates to FromAngle. Defaults to 0
Declaration
string Angle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AngleControl
Specifies how the symbol angle is defined. This must evaluate to one of: FromAngle (default) or FromGeometry
Declaration
string AngleControl { get; set; }
Property Value
Type | Description |
---|---|
System.String |