LogoAlignment Enumeration
This enumerated type defines logo alignment values used when the logo is placed above the title
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
[SerializableAttribute]
public enum LogoAlignment
<SerializableAttribute>
Public Enumeration LogoAlignment
[SerializableAttribute]
public enum class LogoAlignment
[<SerializableAttribute>]
type LogoAlignment
Left | 0 |
Left align the logo
|
Right | 1 |
Right align the logo
|
Center | 2 |
Center the logo
|