Enum VerticalAlign
Specifies the vertical alignment of an object or text in a control.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.ReportControls.Wpf.dll
Syntax
public enum VerticalAlign
Fields
Name | Description |
---|---|
Bottom | Text or object is aligned with the bottom of the enclosing control. |
Default | Vertical alignment is not set. |
Middle | Text or object is aligned with the center of the enclosing control. |
Top | Text or object is aligned with the top of the enclosing control. |