Partilhar via


Propriedade SLColor.IsKnownColor

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (em Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Sintaxe

'Declaração
Public Property IsKnownColor As Boolean
    Get
    Set
public bool IsKnownColor { get; set; }
public:
property bool IsKnownColor {
    bool get ();
    void set (bool value);
}
member IsKnownColor : bool with get, set
function get IsKnownColor () : boolean
function set IsKnownColor (value : boolean)

Valor de propriedade

Tipo: System.Boolean
Retorna Boolean.

Segurança do .NET Framework

Consulte também

Referência

SLColor Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight