ColorEntry.Value Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o valor de cor, se aplicável
public:
property System::UInt32 Value { System::UInt32 get(); void set(System::UInt32 value); };
public:
property unsigned int Value { unsigned int get(); void set(unsigned int value); };
public uint Value { get; set; }
public uint Value { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
member this.Value : uint32 with get, set
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Value : uint32 with get, set
Public Property Value As UInteger
Valor da propriedade
- Atributos