47a79f5d 5bc4 7432 1cb7 8adb3cfe4d11 - akesseler/Plexdata.Utilities.Templates GitHub Wiki

BaseToken.IsRightJustified Property

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

Syntax

C#

public bool IsRightJustified { get; private set; }

Property Value

Type: Boolean
True is returned when the Lining is not empty and it does not start 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** ⚠️