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


In This Topic
    MarqueeChunkPercent Property
    In This Topic
    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.
    Syntax
    '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;}
    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