ColorEntry.Value Property

Definition

Gets or sets the color value if applicable

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

Property Value

Attributes

Applies to