Push Property

Summary

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
C#
VB
C++
public DrawingBrush Push { get; set; } 
  
Public Property Push As DrawingBrush 
public: 
property DrawingBrush^ Push { 
   DrawingBrush^ get(); 
   void set (    DrawingBrush^ ); 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Media.Transitions Assembly