IHasJustification Interface

Represents something that has justification.
public interface IHasJustification

Properties

abstract Justify? Justification
Gets or sets the justification.

Extension Methods

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.