You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Color for the background of the submodel. This property takes a 4-byte integer where the first byte represents a red value (0-255), the second byte represents a green value (0-255), and the third byte represents a blue value (0-255).

Property Type

  • Read-write property

Syntax

Public Property DiagramBackgroundColor() As Variant

Remarks

The hexadecimal representation is: 0x00bbggrr

Example

Dim MySubmodel As SubModel

MySubModel.DiagramBackgroundColor = 669933
  • No labels