Leadtools.Windows.Media.TransitionBase Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Out Property
See Also 
Leadtools.Windows.Media.Transitions Namespace > TransitionBase Class : Out Property





Gets an animated brush created from the Fill and 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 Out As DrawingBrush
Visual Basic (Usage)Copy Code
Dim instance As TransitionBase
Dim value As DrawingBrush
 
value = instance.Out
C# 
public DrawingBrush Out {get;}
C++/CLI 
public:
property DrawingBrush Out {
   DrawingBrush get();
}
XAML Syntax 
For XAML information, see the Brush type.

Dependencies Property Information 

Identifier field

OutProperty

Metadata properties set to true

None

XAML Syntax 
For XAML information, see the Brush type.

Dependencies Property Information 

Identifier field

OutProperty

Metadata properties set to true

None

Return Value

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

Example

This example will create a BlindTransition and apply it to a Rectangle shape.

Requirements

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

See Also