Class PropertyAlignmentHorizontal
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents horizontal text alignment configuration including optional decimal position alignment.
public class PropertyAlignmentHorizontal : DomItem
- Inheritance
-
PropertyAlignmentHorizontal
- Inherited Members
Properties
Alignment
Gets or sets the horizontal alignment mode (engine specific numeric constant).
public string Alignment { get; set; }
Property Value
DecimalPosition
Gets or sets the decimal alignment position (use -10000 for automatic / none).
public string DecimalPosition { get; set; }