Push Property
Syntax
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.