Interface IImageReference
An image reference
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IImageReference : IImageBase
Properties
| Improve this Doc View SourceLibraryItemName
Gets or sets the name of the library item.
Declaration
string LibraryItemName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the library item. |
ResourceId
Gets or sets the resource id.
Declaration
string ResourceId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The resource id. |