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

High Property

Show in webframe





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:
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

See Also

Reference

RasterWindowLevelDialog Class
RasterWindowLevelDialog Members

 

 


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