Interface IResizeBox
Defines a resize box used with SimpleSymbolDefinitions
Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IResizeBox
Properties
| Improve this Doc View SourceGrowControl
Gets or sets how the resize box grows in size. This must evaluate to one of: GrowInX, GrowInY, GrowInXY, or GrowInXYMaintainAspect (default).
Declaration
string GrowControl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PositionX
Gets or sets initial x-coordinate of the resize box center, in mm
Declaration
string PositionX { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PositionY
Gets or sets initial y-coordinate of the resize box center, in mm
Declaration
string PositionY { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SizeX
Gets or sets initial width of the resize box, in mm. This must be greater than or equal to zero
Declaration
string SizeX { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SizeY
Gets or sets initial height of the resize box, in mm. This must be greater than or equal to zero
Declaration
string SizeY { get; set; }
Property Value
Type | Description |
---|---|
System.String |