IStyledEntity.PredefinedStyleCount

Fore Syntax

PredefinedStyleCount: Integer;

Fore.NET Syntax

PredefinedStyleCount: integer;

Description

The PredefinedStyleCount property returns the number of standard styles.

Comments

To determine index of standard style, use the IStyledEntity.PredefinedStyleIndex property.

Fore and Fore.NET Examples

The property use is given in the example for IStyledEntity.PredefinedStyle.

See also:

IStyledEntity