Table of Contents

Class PropertyBackgroundShapesItem

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

Represents a single background shape item entry providing an offset relative to the owning object.

public class PropertyBackgroundShapesItem : PropertyShapeItemBase
Inheritance
PropertyBackgroundShapesItem
Inherited Members

Constructors

PropertyBackgroundShapesItem(CollectionBackgroundShapesItems)

Creates and appends a new background shape item to the specified collection.

public PropertyBackgroundShapesItem(CollectionBackgroundShapesItems collectionBackgroundShapesItems)

Parameters

collectionBackgroundShapesItems CollectionBackgroundShapesItems

PropertyBackgroundShapesItem(CollectionBackgroundShapesItems, int)

Creates a new background shape item and inserts it at the specified index.

public PropertyBackgroundShapesItem(CollectionBackgroundShapesItems collectionBackgroundShapesItems, int index)

Parameters

collectionBackgroundShapesItems CollectionBackgroundShapesItems
index int

Properties

Offset

Gets or sets the relative offset formula for this shape item.

public string Offset { get; set; }

Property Value

string

Methods

Initialize(CollectionBackgroundShapesItems, int)

Internal initialization helper inserting the instance into the target collection.

protected void Initialize(CollectionBackgroundShapesItems collectionBackgroundShapesItems, int index)

Parameters

collectionBackgroundShapesItems CollectionBackgroundShapesItems
index int