Web API Core | ComponentOne
C1.Web.Api.Visitor.Models Namespace / VisitorClientBrowserInfo Class / PixelRatio Property

In This Topic
    PixelRatio Property
    In This Topic
    The screen ratio
    Syntax
    'Declaration
     
    
    Public Property PixelRatio As Nullable(Of Single)
    public Nullable<float> PixelRatio {get; set;}
    See Also