←Select platform

Low Property

Summary

Gets or sets the low value for the range to be filled.

Syntax

C#
VB
C++
public int Low { get; set; } 
  
Public Property Low As Integer 
public: 
property int Low { 
   int get(); 
   void set (    int ); 
} 

Property Value

Represents the low value for the range to be filled.

Example

Refer to RasterWindowLevelDialog example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.