Table of Contents

Class PropertyFrameWithoutSpacing

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

Represents a simplified frame container without spacing (padding) management. Provides direct access to border line definitions only.

public class PropertyFrameWithoutSpacing : DomItem
Inheritance
PropertyFrameWithoutSpacing
Inherited Members

Properties

Bottom

Gets the bottom border line.

[JsonInclude]
public PropertyFrameLineBase Bottom { get; }

Property Value

PropertyFrameLineBase

Layout

Gets or sets the layout mode (reserved for future use, usually 0).

public string Layout { get; set; }

Property Value

string

Left

Gets the left border line.

[JsonInclude]
public PropertyFrameLineBase Left { get; }

Property Value

PropertyFrameLineBase

Right

Gets the right border line.

[JsonInclude]
public PropertyFrameLineBase Right { get; }

Property Value

PropertyFrameLineBase

Top

Gets the top border line.

[JsonInclude]
public PropertyFrameLineBase Top { get; }

Property Value

PropertyFrameLineBase