Class Footer

Represents the footer settings.

public sealed class Footer : HorizontalAlignment

Constructors

NameDescription
Footer()The default constructor.

Properties

NameDescription
Center { get; set; }Gets or sets the center alignment settings.
Left { get; set; }Gets or sets the left alignment settings.
Right { get; set; }Gets or sets the right alignment settings.

See Also