LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Transitions assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Push Property
See Also 
Leadtools.Windows.Media.Transitions Namespace > PushTransition Class : Push Property



The Push Property supports WPF/Silverlight.

Gets or sets a brush to be used beside the Leadtools.Windows.Media.Transitions.TransitionBase.Fill to generate the animated Leadtools.Windows.Media.Transitions.TransitionBase.OutBrush 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);
}

Property Value

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

Example

For an example, refer to PushTransition.

Requirements

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

See Also