←Select platform

OuterHigh Property

Summary

Gets or sets the ending color of the color range to be changed.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int OuterHigh { get; set; } 
Public Property OuterHigh As Integer 
public int OuterHigh {get; set;} 
@property (nonatomic, assign) NSInteger outerHigh 
public int getOuterHigh() 
public void setOuterHigh(int value) 
             
 <br/>get_OuterHigh();<br/>set_OuterHigh(value);<br/>Object.defineProperty('OuterHigh');  
public: 
property int OuterHigh { 
   int get(); 
   void set (    int ); 
} 

Property Value

Specifies the ending color of the color range to be changed. Valid values range is from -359 through 359.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Color Assembly