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;} |
Property Value
An array that contains the color root name (32-byte field including null termination).
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also