Interface IGraphicBase
Represents the base interface of all graphics
Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IGraphicBase
Properties
| Improve this Doc View SourceResizeControl
Gets or sets the resize control.
Declaration
string ResizeControl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The resize control. |
Type
Gets the type of graphic element
Declaration
GraphicElementType Type { get; }
Property Value
Type | Description |
---|---|
GraphicElementType |