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
IsFormula
Gets or sets whether the boundary selection is defined by a formula.
public bool IsFormula { get; set; }
Property Value
Rect
Gets the rectangle definition used when IsFormula is false.
[JsonInclude]
public PropertyRectBase Rect { get; }