Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.DPISupporting Namespace / MultiScalingImageListResourcesManager Class / Count Property


In This Topic
    Count Property (MultiScalingImageListResourcesManager)
    In This Topic
    Gets the number of Image.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As MultiScalingImageListResourcesManager
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}
    See Also