Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / ProgressionInfo Class / Percent Property


In This Topic
    Percent Property (ProgressionInfo)
    In This Topic
    Gets the ratio (percentage) of bytes or FileSystemItem objects processed so far.
    Syntax
    'Declaration
     
    Public ReadOnly Property Percent As Byte
    'Usage
     
    Dim instance As ProgressionInfo
    Dim value As Byte
     
    value = instance.Percent
    public byte Percent {get;}

    Property Value

    A value indicating the ratio of bytes or FileSystemItem objects processed so far.
    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