Class PropertyAlignment
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents vertical alignment settings for content with an optional baseline line decoration.
public class PropertyAlignment : DomItem
- Inheritance
-
PropertyAlignment
- Inherited Members
Properties
BaseLine
Gets the baseline line styling object.
[JsonInclude]
public PropertyLine BaseLine { get; }
Property Value
BaseValue
Gets or sets the base value offset used for alignment calculations.
public string BaseValue { get; set; }
Property Value
Contents
Gets or sets the alignment contents mode (engine specific numeric constant).
public string Contents { get; set; }