8fe9af6b 5606 fe8e 2ace 3459b74a51ac - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Applies the properties that depend on property Lining.
Namespace: Plexdata.Utilities.Formatting.Entities
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
private void ApplyLiningDependencies()
The properties that depend on property Lining are IsLeftJustified and IsRightJustified.
- Property IsLeftJustified bcomes true as soon as property Lining is valid and it starts with
'-'
. - Property IsRightJustified bcomes true as soon as property Lining is valid and it does not start with
'-'
.
BaseToken Class
Plexdata.Utilities.Formatting.Entities Namespace