47a79f5d 5bc4 7432 1cb7 8adb3cfe4d11 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Indicates if the value alignment is right justified. In such a case the padding should be put in front of the value.
Namespace: Plexdata.Utilities.Formatting.Entities
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
public bool IsRightJustified { get; private set; }
Type: Boolean
True is returned when the Lining is not empty and it does not start 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