LEADTOOLS WPF (Leadtools.Windows.Media.TransitionBase assembly)
LEAD Technologies, Inc

OutBrush Property






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
public DrawingBrush OutBrush {get;}
'Declaration
 
Public ReadOnly Property OutBrush As DrawingBrush
'Usage
 
Dim instance As TransitionBase
Dim value As DrawingBrush
 
value = instance.OutBrush
public DrawingBrush OutBrush {get;}
 get_OutBrush(); 
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TransitionBase Class
TransitionBase Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.