Interface IInlineImageSymbol
Represents an inline symbol image
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IInlineImageSymbol : IBaseImageSymbol, ICloneableLayerElement<IInlineImageSymbol>
Properties
| Improve this Doc View SourceContent
Gets or sets the BinHex data for image
Declaration
byte[] Content { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |