LEADTOOLS WPF (Leadtools.Windows.Media.Transitions assembly)

Push Property

Show in webframe





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

See Also

Reference

PushTransition Class
PushTransition Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.