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
collectionForegroundShapesItemsCollectionForegroundShapesItems
PropertyForegroundShapesItem(CollectionForegroundShapesItems, int)
Creates a new foreground shape item at the specified index.
public PropertyForegroundShapesItem(CollectionForegroundShapesItems collectionForegroundShapesItems, int index)
Parameters
collectionForegroundShapesItemsCollectionForegroundShapesItemsindexint
Properties
RestrictToDataRegion
Gets or sets whether the shape is restricted to the data region.
public bool RestrictToDataRegion { get; set; }
Property Value
Methods
Initialize(CollectionForegroundShapesItems, int)
Internal initialization helper inserting the instance into the target collection.
protected void Initialize(CollectionForegroundShapesItems collectionForegroundShapesItems, int index)
Parameters
collectionForegroundShapesItemsCollectionForegroundShapesItemsindexint