LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.Color assembly)

Low Property

Show in webframe





Gets or sets the low value for the range to be filled.
Syntax
public int Low {get; set;}
'Declaration
 
Public Property Low As Integer
'Usage
 
Dim instance As RasterWindowLevelDialog
Dim value As Integer
 
instance.Low = value
 
value = instance.Low

            

            
public:
property int Low {
   int get();
   void set (    int value);
}

Property Value

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

Target Platforms

See Also

Reference

RasterWindowLevelDialog Class
RasterWindowLevelDialog Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.