'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the logic to be used when calculating the size of the marquee chunk.")> Public Property MarqueeSizeMode As MarqueeProgressSizeMode
'Usage
Dim instance As NMarqueeProgressElement Dim value As MarqueeProgressSizeMode instance.MarqueeSizeMode = value value = instance.MarqueeSizeMode
[System.ComponentModel.Description("Gets/sets the logic to be used when calculating the size of the marquee chunk.")] public MarqueeProgressSizeMode MarqueeSizeMode {get; set;}