←Select platform

Start Property

Summary
Gets or sets the starting color value for the gradient. This is a dependency property.
Syntax
C#
VB
C++
public Color Start { get; set; } 
  
Public Property Start As Color 
public: 
property Color Start { 
   Color get(); 
   void set (    Color ); 
} 

Property Value

a System.Windows.Media.Color that specifies the starting color value for the gradient. Default value is Black.

Example

For C#/VB examples, refer to WindowLevelEffect.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Media.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.