Gets or sets an optional brush that represents the result of this effect. This is a dependency property.
Supported in Silverlight
Syntax
Visual Basic (Declaration) | |
---|
Public Property Input As Brush |
C# | |
---|
public Brush Input {get; set;} |
Property Value
A
System.Windows.Media.Brush that specifies the optional result of this effect. Default value is null (
Nothing in Visual Basic).
Example
For XAML example, refer to Input.
For C#/VB examples, refer to Input.
Remarks
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also