ColorEntry.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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