Visual Basic (Declaration) | |
---|---|
Public Property UseLookupTable As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterImage Dim value As Boolean instance.UseLookupTable = value value = instance.UseLookupTable |
C# | |
---|---|
public bool UseLookupTable {get; set;} |
Property Value
true to enable using the lookup table (LUT), false to disable it.For an example, refer to SetLookupTable.
You can access the lookup table (LUT) with the GetLookupTable and SetLookupTable methods.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7