Enum VerticalAlignment
Specifies the vertical alignment for visual style elements with a fixed size.
Namespace: VisioForge.Core.Types.VideoProcessing
Assembly: VisioForge.Core.dll
Syntax
public enum VerticalAlignment
Fields
| Name | Description |
|---|---|
| Bottom | The element is aligned to the bottom. |
| Center | The element is centered vertically. |
| Top | The element is aligned to the top. |