LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.Color assembly)
LEAD Technologies, Inc

High Property






Gets or sets the high value for the range to be filled.
Syntax
public int High {get; set;}
'Declaration
 
Public Property High As Integer
'Usage
 
Dim instance As RasterWindowLevelDialog
Dim value As Integer
 
instance.High = value
 
value = instance.High
public int High {get; set;}
 get_High();
set_High(value);
public:
property int High {
   int get();
   void set (    int value);
}

Property Value

Represents the high value for the range to be filled.
Example
Refer to RasterWindowLevelDialog example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterWindowLevelDialog Class
RasterWindowLevelDialog Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.