Show / Hide Table of Contents

Class MapObjectProperties

Class to hold the set of mapping properties required

Inheritance
object
MapObjectProperties
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: FpAssistantCore.General
Assembly: FpAssistantCoreScl.dll
Syntax
public class MapObjectProperties

Properties

View Source

FillColour

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
GeoPolygon
View Source

Name

Name of the Object Property

Declaration
public string Name { get; set; }
Property Value
Type Description
string
View Source

StrokeColour

Colour of the boundary or stroke of the map element graphics

Declaration
public FpaColour StrokeColour { get; set; }
Property Value
Type Description
FpaColour
View Source

StrokeThickness

Thickness of the map element graphics

Declaration
public int StrokeThickness { get; set; }
Property Value
Type Description
int

See Also

ObjectMappingProperties
  • View Source
In this article
Back to top Copyright 2018-2025 CADology Limited