LEADTOOLS WPF (Leadtools.Windows.Media.TransitionBase assembly)

OutBrush Property

Show in webframe





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:
property DrawingBrush^ OutBrush {
   DrawingBrush^ get();
}

Property Value

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

Target Platforms

See Also

Reference

TransitionBase Class
TransitionBase Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.