Gets or sets the CIE X tristimulus value.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Y As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IccXyzNumber
Dim value As Integer
instance.Y = value
value = instance.Y |
C# | |
---|
public int Y {get; set;} |
Property Value
A value that represents the Y tristimulus value of an XYZ color space.
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