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

In This Topic
    ColorDepth Property
    In This Topic
    The color depth of client browser
    Syntax
    'Declaration
     
    
    Public Property ColorDepth As Nullable(Of Single)
    public Nullable<float> ColorDepth {get; set;}
    See Also