IAlignable Interface

Represents something that is alignable.
public interface IAlignable

Properties

abstract Justify? Alignment
Gets or sets the alignment.

Extension Methods

T Alignment<IAlignable>(Justify?)
Sets the alignment for an IAlignable object.
T Centered<IAlignable>()
Sets the IAlignable object to be centered.
T LeftAligned<IAlignable>()
Sets the IAlignable object to be left aligned.
T RightAligned<IAlignable>()
Sets the IAlignable object to be right aligned.