'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the percent of the element's width(height) to be used when calculating the marquee chunk size. Valid when the MarqueeSizeMode is Relative.")> Public Property MarqueeChunkPercent As System.Single
'Usage
Dim instance As NMarqueeProgressElement Dim value As System.Single instance.MarqueeChunkPercent = value value = instance.MarqueeChunkPercent
[System.ComponentModel.Description("Gets/sets the percent of the element's width(height) to be used when calculating the marquee chunk size. Valid when the MarqueeSizeMode is Relative.")] public System.float MarqueeChunkPercent {get; set;}