Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
Backing Property
See Also 
Leadtools.ColorConversion Namespace > IccMeasurement Structure : Backing Property




Gets or sets the XYZ tristimulus values for measurement backing.

Syntax

Visual Basic (Declaration) 
Public Property Backing As IccXyzNumber
Visual Basic (Usage)Copy Code
Dim instance As IccMeasurement
Dim value As IccXyzNumber
 
instance.Backing = value
 
value = instance.Backing
C# 
public IccXyzNumber Backing {get; set;}
Managed Extensions for C++ 
public: __property IccXyzNumber get_Backing();
public: __property void set_Backing( 
   IccXyzNumber value
);
C++/CLI 
public:
property IccXyzNumber Backing {
   IccXyzNumber get();
   void set (IccXyzNumber value);
}

Return Value

A value that represents XYZ tristimulus values for measurement backing.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also