IStyledEntity.PredefinedStylePreview

Fore Syntax

PredefinedStylePreview(Index: Integer): IGxImage;

Fore.NET Syntax

PredefinedStylePreview[Index: integer]: Prognoz.Platform.Interop.Drawing.GxImage;

Parameters

Index. Standard style index.

Description

The PredefinedStylePreview property returns image used for standard style preview.

Comments

To get standard style index, use the IStyledEntity.PredefinedStyleIndex property.

Fore and Fore.NET Examples

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

See also:

IStyledEntity