'Declaration <CategoryAttribute("Alignment")> <DescriptionAttribute("Controls the vertical alignment of the data point markers")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property VertAlign As VertAlign
'Usage Dim instance As Markers Dim value As VertAlign instance.VertAlign = value value = instance.VertAlign
[Category("Alignment")] [Description("Controls the vertical alignment of the data point markers")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public VertAlign VertAlign {get; set;}