Interface IBlockSymbol
Represents a block symbol
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IBlockSymbol : ISymbol, ICloneableLayerElement<IBlockSymbol>
Properties
| Improve this Doc View SourceBlockColor
Gets or sets the color of the block
Declaration
string BlockColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BlockName
Gets or sets the name of the block
Declaration
string BlockName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DrawingName
Gets or sets the name of the drawing
Declaration
string DrawingName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LayerColor
Gets or sets the color of the layer
Declaration
string LayerColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |