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





Gets or sets a brush to be used beside the Fill to generate the animated Out brush for the PushTransition. This is a dependency property.

Syntax

Visual Basic (Declaration) 
Public Property Push As DrawingBrush
Visual Basic (Usage)Copy Code
Dim instance As PushTransition
Dim value As DrawingBrush
 
instance.Push = value
 
value = instance.Push
C# 
public DrawingBrush Push {get; set;}
C++/CLI 
public:
property DrawingBrush Push {
   DrawingBrush get();
   void set (DrawingBrush value);
}
XAML Syntax 
For XAML information, see the Brush type.

Dependencies Property Information 

Identifier field

PushProperty

Metadata properties set to true

None

XAML Syntax 
For XAML information, see the Brush type.

Dependencies Property Information 

Identifier field

PushProperty

Metadata properties set to true

None

Return Value

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

Example

For XAML example, refer to PushTransition.

For C#/VB examples, refer to PushTransition.

Requirements

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

See Also