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


In This Topic
    MarqueeSizeMode Property
    In This Topic
    Gets/sets the logic to be used when calculating the size of the marquee chunk.
    Syntax
    '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;}
    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