BackgroundBrushBackColor: IGxColor;
BackgroundBrushBackColor: Prognoz.Platform.Interop.Drawing.GxColor;
The BackgroundBrushBackColor property determines pattern color for object background.
Executing the example requires a form with the Button and UiWorkspaceObject components with the Button1 and UiWorkspaceObject1 identifiers, respectively. A corresponding repository object must be connected to UiWorkspaceObject. This component must also contain a previously created shape.
Add links to the Andy, Drawing, Workspace system assemblies.
After executing the example the color fill with defined settings is set on clicking the Button1 component located on the shape of the UiWorkspaceObject1 component.
See also: