Class HeaderFooterSettings.HorizontalAlignment

HeaderFooterSettings.HorizontalAlignment class

Represents horizontal alignment settings for header and footer.

public class HorizontalAlignment

Constructors

NameDescription
HorizontalAlignment()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