'Declaration
<System.ComponentModel.CategoryAttribute("Ticks")> <System.ComponentModel.DescriptionAttribute("Controls the appearance of labels generated by this row")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> Public Property LabelStyle As NRangeScaleLabelStyle
'Usage
Dim instance As NRangeTimelineScaleRow Dim value As NRangeScaleLabelStyle instance.LabelStyle = value value = instance.LabelStyle
[System.ComponentModel.Category("Ticks")] [System.ComponentModel.Description("Controls the appearance of labels generated by this row")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public NRangeScaleLabelStyle LabelStyle {get; set;}