Table of Contents

Class PropertyFrameLineBase

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

Base class for frame line containers (e.g. Left, Top, Right, Bottom) providing access to the underlying PropertyLine definition and initialization logic.

public class PropertyFrameLineBase : DomItem
Inheritance
PropertyFrameLineBase
Derived
Inherited Members

Properties

Line

Gets the underlying line specification (style, color, width etc.). May return null if the line element is not present (e.g. when a frame side is disabled).

[JsonInclude]
public PropertyLine Line { get; }

Property Value

PropertyLine