LEADTOOLS WPF (Leadtools.Windows.Media.Transitions assembly)
LEAD Technologies, Inc

Push Property






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
public DrawingBrush Push {get; set;}
'Declaration
 
Public Property Push As DrawingBrush
'Usage
 
Dim instance As PushTransition
Dim value As DrawingBrush
 
instance.Push = value
 
value = instance.Push
public DrawingBrush Push {get; set;}
 get_Push();
set_Push(value);
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 XAML example, refer to PushTransition.

For C#/VB examples, refer to PushTransition.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PushTransition Class
PushTransition Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.