Class MapObjectProperties
Class to hold the set of mapping properties required
Inherited Members
Namespace: FpAssistantCore.General
Assembly: FpAssistantCoreScl.dll
Syntax
public class MapObjectProperties
Properties
View SourceFillColour
Colour for the closed shapes
Declaration
public FpaColour FillColour { get; set; }
Property Value
Type | Description |
---|---|
FpaColour |
Remarks
Transparency can be set using the Alpha channel
See Also
View SourceName
Name of the Object Property
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
StrokeColour
Colour of the boundary or stroke of the map element graphics
Declaration
public FpaColour StrokeColour { get; set; }
Property Value
Type | Description |
---|---|
FpaColour |
StrokeThickness
Thickness of the map element graphics
Declaration
public int StrokeThickness { get; set; }
Property Value
Type | Description |
---|---|
int |