<Code Lib>
2025.3 Constructor
Changes 0
C

WorksharingDisplayGraphicSettings()

Description:
Creates a new instance.

public WorksharingDisplayGraphicSettings(
	bool shouldApply,
	Color lineColor
)

  • Boolean
    shouldApply
    True if the settings should be applied, False if they should be set but not applied.
  • lineColor
    The desired line color, which must be a valid color. Note that the fill color is calculated automatically from the line color so it is not advisable to use white, black, or shades of grey.

Loading…