This document is archived and information here might be outdated. Recommended version. |
The value component of an IhsvColor (0-100).
[Visual Basic .NET]
Public Property Value As Integer
[C#]
public int Value {get; set;}
[C++]
HRESULT get_Value(
long Value
);
[C++]
HRESULT put_Value(
System.Int32* Value
);
[C++] Parameters Value [in]
Value is a parameter of type long Value [out, retval]
Value is a parameter of type long*