Class PropertyFrame
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents the frame (borders and padding) around a DOM object. Provides access to individual border lines ( Left, Top, Right, Bottom) and layout style information. Frame initialization applies object type specific default spacing and layout modes.
public class PropertyFrame : DomItem
- Inheritance
-
PropertyFrame
- Derived
- Inherited Members
Properties
Bottom
Gets the bottom border line definition including spacing and style.
[JsonInclude]
public PropertyFrameLine Bottom { get; }
Property Value
Layout
Gets or sets the layout mode for the frame. Concrete meaning depends on object type (e.g. automatic spacing mode).
public string Layout { get; set; }
Property Value
Left
Gets the left border line definition including spacing and style.
[JsonInclude]
public PropertyFrameLine Left { get; }
Property Value
Right
Gets the right border line definition including spacing and style.
[JsonInclude]
public PropertyFrameLine Right { get; }
Property Value
Top
Gets the top border line definition including spacing and style.
[JsonInclude]
public PropertyFrameLine Top { get; }