Show / Hide Table of Contents

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 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 in object

View Source

Name

Name of the Object Property

Declaration
public string Name { get; set; }
Property Value
Type Description
System.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
System.Int32

See Also

ObjectMappingProperties
  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited