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