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

StartColor Property

Show in webframe





Gets or sets the start color value for the gradient.
Syntax
public RasterColor StartColor {get; set;}
'Declaration
 
Public Property StartColor As RasterColor
'Usage
 
Dim instance As RasterWindowLevelDialog
Dim value As RasterColor
 
instance.StartColor = value
 
value = instance.StartColor

            

            
public:
property RasterColor StartColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

Represents the start color value for the gradient.
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.