'Declaration
<System.ComponentModel.CategoryAttribute("StringFormat")> <System.ComponentModel.DescriptionAttribute("The vertical alignment of the texts relative the text origin point.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property VertAlign As VertAlign
'Usage
Dim instance As NStringFormatStyle Dim value As VertAlign instance.VertAlign = value value = instance.VertAlign
[System.ComponentModel.Category("StringFormat")] [System.ComponentModel.Description("The vertical alignment of the texts relative the text origin point.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public VertAlign VertAlign {get; set;}