Interface IImageSymbol
Symbols that are comprised of a raster.
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IImageSymbol : ISymbol, ICloneableLayerElement<IImageSymbol>
Properties
| Improve this Doc View SourceImage
Gets or sets the image.
Declaration
IBaseImageSymbol Image { get; set; }
Property Value
Type | Description |
---|---|
IBaseImageSymbol | The image. |