Class PropertyShapeDefinition
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents the overall shape definition consisting of projection mode and shape data/collections.
public class PropertyShapeDefinition : DomItem
- Inheritance
-
PropertyShapeDefinition
- Inherited Members
Properties
BackgroundShapes
Gets the collection of background shapes.
[JsonInclude]
public BackgroundShapes BackgroundShapes { get; }
Property Value
Data
Gets the shape definition data object.
[JsonInclude]
public PropertyShapeDefinitionData Data { get; }
Property Value
ForegroundShapes
Gets the collection of foreground shapes.
[JsonInclude]
public ForegroundShapes ForegroundShapes { get; }
Property Value
Projection
Gets or sets the shape projection mode.
public string Projection { get; set; }