Logo Placement Enumeration
This enumerated type defines logo placement values
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 LogoPlacementVB
<SerializableAttribute>
Public Enumeration LogoPlacementC++
[SerializableAttribute]
public enum class LogoPlacementF#
[<SerializableAttribute>]
type LogoPlacementMembers
| Left | 0 | Place the logo to the left of the title |
| Right | 1 | Place the logo to the right of the title |
| Above | 2 | Place the logo above the title |