VerticalAlignment Enum

Definition

Specifies the vertical alignment for visual style elements with a fixed size.

public enum class VerticalAlignment
public enum VerticalAlignment
type VerticalAlignment = 
Public Enum VerticalAlignment
Inheritance
VerticalAlignment

Fields

Bottom 2

The element is aligned to the bottom.

Center 1

The element is centered vertically.

Top 0

The element is aligned to the top.

Remarks

The VerticalAlignment values represent the return values of the VisualStyleRenderer.GetEnumValue method when it is called with an argument value of EnumProperty.VerticalAlignment.

Applies to