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
Condition
Gets or sets the condition determining whether the shape item is active.
public string Condition { get; set; }
Property Value
FileName
Gets or sets the shape file name.
public string FileName { get; set; }
Property Value
Frame
Gets the frame settings for the shape.
[JsonInclude]
public PropertyRectangleFrame Frame { get; }
Property Value
Name
Gets or sets the internal shape name.
public string Name { get; set; }