Visual Basic (Declaration) | |
---|---|
Public Property ClearColor As Color |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RectangularShutterEffect Dim value As Color instance.ClearColor = value value = instance.ClearColor |
C# | |
---|---|
public Color ClearColor {get; set;} |
Property Value
The color to use to clear the area outside the shutter. Default value is a solid Black color.For XAML example, refer to RectangularShutterEffect.
For C#/VB examples, refer to RectangularShutterEffect.
This effect uses the Center, Width and Height properties to construct the shutter area. The area outside the shutter are cleared using the color set in the ClearColor property.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)