'Declaration <DescriptionAttribute("The vertical alignment of the grid element's content.")> <CategoryAttribute("Appearance")> <AmbientValueAttribute(Mono.Cecil.CustomAttributeArgument)> <LocalizableAttribute(True)> <ApplyToDesignerAttribute(True)> Public Property VerticalAlignment As VerticalAlignment
'Usage Dim instance As GridElement Dim value As VerticalAlignment instance.VerticalAlignment = value value = instance.VerticalAlignment
[Description("The vertical alignment of the grid element's content.")] [Category("Appearance")] [AmbientValue(Mono.Cecil.CustomAttributeArgument)] [Localizable(true)] [ApplyToDesigner(true)] public VerticalAlignment VerticalAlignment {get; set;}