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
Layout
Gets or sets the layout mode (reserved for future use, usually 0).
public string Layout { get; set; }
Property Value
Left
Gets the left border line.
[JsonInclude]
public PropertyFrameLineBase Left { get; }
Property Value
Right
Gets the right border line.
[JsonInclude]
public PropertyFrameLineBase Right { get; }
Property Value
Top
Gets the top border line.
[JsonInclude]
public PropertyFrameLineBase Top { get; }