Logo Alignment Enumeration
This enumerated type defines logo alignment values used when the logo is placed above the title
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
[SerializableAttribute]
public enum LogoAlignmentVB
<SerializableAttribute>
Public Enumeration LogoAlignmentC++
[SerializableAttribute]
public enum class LogoAlignmentF#
[<SerializableAttribute>]
type LogoAlignmentMembers
| Left | 0 | Left align the logo |
| Right | 1 | Right align the logo |
| Center | 2 | Center the logo |