Gets or sets the color root name.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ColorRootName As Byte() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IccNamedColor2Data
Dim value() As Byte
instance.ColorRootName = value
value = instance.ColorRootName
|
C# | |
---|
public byte[] ColorRootName {get; set;} |
C++/CLI | |
---|
public:
property array<byte>^ ColorRootName {
array<byte>^ get();
void set (bytearray<value>^ value);
} |
Return Value
An array that contains the color root name (32-byte field including null termination).
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also