Visual Basic (Declaration) | |
---|---|
Public Property ShadingColor As Color |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Color ShadingColor {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property Color get_ShadingColor(); public: __property void set_ShadingColor( Color value ); |
XAML Attributes Usage | |
---|---|
<object ShadingColor =Color > |
Dependency Property Information | |
---|---|
Identifier field | ShadingColorProperty |
Metadata properties set to true | None |
Return Value
The shade (or gradient) color.For XAML example, refer to ColoredBallsCommandBitmapEffect.
For C#/VB examples, refer to ColoredBallsCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003