Table of Contents

Class PropertyShapeBoundarySelection

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

Provides selection logic for shape boundaries using either a formula or fixed rectangle.

public class PropertyShapeBoundarySelection : DomItem
Inheritance
PropertyShapeBoundarySelection
Inherited Members

Properties

Formula

Gets or sets the selection formula (if IsFormula is true).

public string Formula { get; set; }

Property Value

string

IsFormula

Gets or sets whether the boundary selection is defined by a formula.

public bool IsFormula { get; set; }

Property Value

bool

Rect

Gets the rectangle definition used when IsFormula is false.

[JsonInclude]
public PropertyRectBase Rect { get; }

Property Value

PropertyRectBase