This enumeration defines the logo alignment options when placement
is set to Above.
Namespace: SandcastleBuilder.ComponentsAssembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 1.9.3.0
Syntax
| C# |
|---|
public enum LogoAlignment |
| Visual Basic |
|---|
Public Enumeration LogoAlignment |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Left | 0 | Left-align the logo (the default). | |
| Right | 1 | Right-align the logo. | |
| Center | 2 | Center the logo. |