b5d095e8 d69b d22b 06d5 538381daff37 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Indicates if the value alignment is left justified. In such a case the padding should be put behind the value.
Namespace: Plexdata.Utilities.Formatting.Entities
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
public bool IsLeftJustified { get; private set; }
Type: Boolean
True is returned when the Lining is not empty and it starts with a hyphen. Otherwise false is returned.
This property is nothing else but a convenient accessor to determine the alignment of an associated value.
BaseToken Class
Plexdata.Utilities.Formatting.Entities Namespace
BaseToken.Lining
TokenLiterals.HyphenToken