Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.Media.TransitionBase assembly)

Show in webframe

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:
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

See Also

Reference

TransitionBase Class
TransitionBase Members

Error processing SSI file