Class MapObjectProperties
Class to hold the set of mapping properties required
Inheritance
System.Object
MapObjectProperties
Namespace: FpAssistantCore.General
Assembly: FpAssistantCoreScl.dll
Syntax
public class MapObjectProperties : object
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 in
Name
Name of the Object Property
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Int32 |