'Declaration Public Overridable Property AlignVert As VerticalAlignment
'Usage Dim instance As ElementControl Dim value As VerticalAlignment instance.AlignVert = value value = instance.AlignVert
public virtual VerticalAlignment AlignVert {get; set;}
'Declaration Public Overridable Property AlignVert As VerticalAlignment
'Usage Dim instance As ElementControl Dim value As VerticalAlignment instance.AlignVert = value value = instance.AlignVert
public virtual VerticalAlignment AlignVert {get; set;}
Specify the horizontal alignment of the contents by setting the AlignHorz property. Specify the alignment of the text and picture in the control, if applicable, by setting the AlignText property.