The Fill Property supports WPF/Silverlight.
Gets or sets the filled brush to be used to generate the animated OutBrush brush. This is a dependency property.| Visual Basic (Declaration) | |
|---|---|
Public Property Fill As Brush | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TransitionBase Dim value As Brush instance.Fill = value value = instance.Fill | |
| C# | |
|---|---|
public Brush Fill {get; set;} | |
Property Value
The brush to be used when applying a transition to a framework element.For an example, refer to Leadtools.Windows.Media.Transitions.BlindTransition.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code