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