This enumeration defines the logo placement options

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

Syntax

C#
public enum LogoPlacement
Visual Basic
Public Enumeration LogoPlacement

Members

Member nameValueDescription
Left0Place the logo to the left of the header text (the default).
Right1Place the logo to the right of the header text.
Above2Place the logo above the header text.

See Also