Table of Contents

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

BackgroundShapes

Data

Gets the shape definition data object.

[JsonInclude]
public PropertyShapeDefinitionData Data { get; }

Property Value

PropertyShapeDefinitionData

ForegroundShapes

Gets the collection of foreground shapes.

[JsonInclude]
public ForegroundShapes ForegroundShapes { get; }

Property Value

ForegroundShapes

Projection

Gets or sets the shape projection mode.

public string Projection { get; set; }

Property Value

string