'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the fixed length to be used when calculating the chunk size. Valid when the MarqueeSizeMode is Fixed.")> Public Property MarqueeChunkLength As System.Integer
'Usage
Dim instance As NMarqueeProgressElement Dim value As System.Integer instance.MarqueeChunkLength = value value = instance.MarqueeChunkLength
[System.ComponentModel.Description("Gets/sets the fixed length to be used when calculating the chunk size. Valid when the MarqueeSizeMode is Fixed.")] public System.int MarqueeChunkLength {get; set;}