This enumeration defines the logo alignment options when placement is set to Above.

Namespace: SandcastleBuilder.Components
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 1.9.3.0

Syntax

C#
public enum LogoAlignment
Visual Basic
Public Enumeration LogoAlignment

Members

Member nameValueDescription
Left0Left-align the logo (the default).
Right1Right-align the logo.
Center2Center the logo.

See Also