MobileCapabilities.IsColor Property

Definition

Gets a value indicating whether the browser has a color display.

public:
 virtual property bool IsColor { bool get(); };
public virtual bool IsColor { get; }
member this.IsColor : bool
Public Overridable ReadOnly Property IsColor As Boolean

Property Value

true if the browser has a color display; otherwise, false. The default is false.

Applies to