Interface IAreaUsage
Defines area usage
Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IAreaUsage : IUsageBase
Properties
| Improve this Doc View SourceBufferWidth
Gets or sets the width of the buffer.
Declaration
string BufferWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String | The width of the buffer. |
ClippingControl
Gets or sets the clipping control.
Declaration
string ClippingControl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The clipping control. |
OriginControl
Gets or sets the origin control.
Declaration
string OriginControl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The origin control. |
OriginX
Gets or sets the X origin.
Declaration
string OriginX { get; set; }
Property Value
Type | Description |
---|---|
System.String | The X origin. |
OriginY
Gets or sets the Y origin.
Declaration
string OriginY { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Y origin. |
RepeatX
Gets or sets the X repeat value.
Declaration
string RepeatX { get; set; }
Property Value
Type | Description |
---|---|
System.String | The X repeat value. |
RepeatY
Gets or sets the Y repeat value
Declaration
string RepeatY { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Y repeat value. |