This enumeration defines the logo placement options
Namespace: SandcastleBuilder.ComponentsAssembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 1.9.3.0
Syntax
| C# |
|---|
public enum LogoPlacement |
| Visual Basic |
|---|
Public Enumeration LogoPlacement |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Left | 0 | Place the logo to the left of the header text (the default). | |
| Right | 1 | Place the logo to the right of the header text. | |
| Above | 2 | Place the logo above the header text. |