StyleBase.VerticalAlign Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the vertical alignment of the text.
protected: System::String ^ VerticalAlign;
protected const string VerticalAlign;
val mutable VerticalAlign : string
Protected Const VerticalAlign As String
Field Value
Remarks
Valid values are Top
, Middle
, or Bottom
.