Table of Contents

Class PropertyShapeItemBase

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

Base class for shape definition items providing common condition, file name, name, background and frame settings.

public abstract class PropertyShapeItemBase : DomItem
Inheritance
PropertyShapeItemBase
Derived
Inherited Members

Properties

Background

Gets the background settings for the shape.

[JsonInclude]
public PropertyShapeBackground Background { get; }

Property Value

PropertyShapeBackground

Condition

Gets or sets the condition determining whether the shape item is active.

public string Condition { get; set; }

Property Value

string

FileName

Gets or sets the shape file name.

public string FileName { get; set; }

Property Value

string

Frame

Gets the frame settings for the shape.

[JsonInclude]
public PropertyRectangleFrame Frame { get; }

Property Value

PropertyRectangleFrame

Name

Gets or sets the internal shape name.

public string Name { get; set; }

Property Value

string