Class PropertyShapeDefinitionData
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Contains shape definition data and boundary selection plus centering flag.
public class PropertyShapeDefinitionData : PropertyShapeItemBase
- Inheritance
-
PropertyShapeDefinitionData
- Inherited Members
Properties
BoundarySelection
Gets the boundary selection logic object.
[JsonInclude]
public PropertyShapeBoundarySelection BoundarySelection { get; }
Property Value
Centered
Gets or sets whether the shape is centered.
public string Centered { get; set; }