IHasJustification Interface

Represents something that has justification.
public interface IHasJustification

Properties

abstract Justify? Justification
Gets or sets the justification.

Extension Methods

T And<IHasJustification>(Action<IHasJustification>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.
T Centered<IHasJustification>()
Sets the IHasJustification object to be centered.
T Justify<IHasJustification>(Justify?)
Sets the justification for an IHasJustification object.
T LeftJustified<IHasJustification>()
Sets the IHasJustification object to be left justified.
T RightJustified<IHasJustification>()
Sets the IHasJustification object to be right justified.