LogoAlignment Enum
Definition
- Assembly
- Sandcastle.Core.dll
This enumerated type defines logo alignment values used when the logo is placed above the title
[Serializable]
public enum LogoAlignment
Fields
| Name | Value | Description |
|---|---|---|
| Left | 0 |
Left align the logo |
| Right | 1 |
Right align the logo |
| Center | 2 |
Center the logo |