LogoPlacement Enumeration
This enumerated type defines logo placement values
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
[SerializableAttribute]
public enum LogoPlacement
<SerializableAttribute>
Public Enumeration LogoPlacement
[SerializableAttribute]
public enum class LogoPlacement
[<SerializableAttribute>]
type LogoPlacement
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
|