Table of Contents

Class PropertyForegroundShapesItem

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

Represents a single foreground shape item with a restriction flag.

public class PropertyForegroundShapesItem : PropertyShapeItemBase
Inheritance
PropertyForegroundShapesItem
Inherited Members

Constructors

PropertyForegroundShapesItem(CollectionForegroundShapesItems)

Creates and appends a new foreground shape item.

public PropertyForegroundShapesItem(CollectionForegroundShapesItems collectionForegroundShapesItems)

Parameters

collectionForegroundShapesItems CollectionForegroundShapesItems

PropertyForegroundShapesItem(CollectionForegroundShapesItems, int)

Creates a new foreground shape item at the specified index.

public PropertyForegroundShapesItem(CollectionForegroundShapesItems collectionForegroundShapesItems, int index)

Parameters

collectionForegroundShapesItems CollectionForegroundShapesItems
index int

Properties

RestrictToDataRegion

Gets or sets whether the shape is restricted to the data region.

public bool RestrictToDataRegion { get; set; }

Property Value

bool

Methods

Initialize(CollectionForegroundShapesItems, int)

Internal initialization helper inserting the instance into the target collection.

protected void Initialize(CollectionForegroundShapesItems collectionForegroundShapesItems, int index)

Parameters

collectionForegroundShapesItems CollectionForegroundShapesItems
index int