LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.TransitionBase assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
OutBrush Property
See Also 
Leadtools.Windows.Media.Transitions Namespace > TransitionBase Class : OutBrush Property



The OutBrush Property supports WPF/Silverlight.

Gets an animated brush created from the Fill and Leadtools.Windows.Media.Transitions.PushTransition.Push if the tranisition type is PushTransition to be used to fill any element. This is a dependency property.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property OutBrush As DrawingBrush
Visual Basic (Usage)Copy Code
Dim instance As TransitionBase
Dim value As DrawingBrush
 
value = instance.OutBrush
C# 
public DrawingBrush OutBrush {get;}
C++/CLI 
public:
property DrawingBrush^ OutBrush {
   DrawingBrush^ get();
}

Property Value

The animated brush to be used when applying a transition to a framework element.

Example

This example will create a Leadtools.Windows.Media.Transitions.BlindTransition and apply it to a Rectangle shape.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also