←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Media.Effects Assembly