Table of Contents

Class PropertyUserDefinedDesignScheme

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents a user-defined design scheme containing background and foreground color settings.

public class PropertyUserDefinedDesignScheme : DomItem
Inheritance
PropertyUserDefinedDesignScheme
Inherited Members

Properties

BackgroundColors

Gets or sets the background colors for the design scheme. Each color is represented as a string containing its integer value.

public string[] BackgroundColors { get; set; }

Property Value

string[]

ForegroundColors

Gets or sets the foreground colors for the design scheme. Each color is represented as a string containing its integer value.

public string[] ForegroundColors { get; set; }

Property Value

string[]