Nevron .NET Vision
Nevron.UI Namespace / NMarqueeProgressElement Class / MarqueeChunkLength Property


In This Topic
    MarqueeChunkLength Property
    In This Topic
    Gets/sets the fixed length to be used when calculating the chunk size. Valid when the MarqueeSizeMode is Fixed.
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also