b5d095e8 d69b d22b 06d5 538381daff37 - akesseler/Plexdata.Utilities.Templates GitHub Wiki

BaseToken.IsLeftJustified Property

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

Syntax

C#

public bool IsLeftJustified { get; private set; }

Property Value

Type: Boolean
True is returned when the Lining is not empty and it starts with a hyphen. Otherwise false is returned.

Remarks

This property is nothing else but a convenient accessor to determine the alignment of an associated value.

See Also

Reference

BaseToken Class
Plexdata.Utilities.Formatting.Entities Namespace
BaseToken.Lining
TokenLiterals.HyphenToken

⚠️ **GitHub.com Fallback** ⚠️