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

Fill Property

Show in webframe





Gets or sets the filled brush to be used to generate the animated OutBrush brush. This is a dependency property.
Syntax
public Brush Fill {get; set;}
'Declaration
 
Public Property Fill As Brush
'Usage
 
Dim instance As TransitionBase
Dim value As Brush
 
instance.Fill = value
 
value = instance.Fill

            

            
public:
property Brush^ Fill {
   Brush^ get();
   void set (    Brush^ value);
}

Property Value

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

For XAML example, refer to Leadtools.Windows.Media.Transitions.BlindTransition.

For C#/VB examples, refer to Leadtools.Windows.Media.Transitions.BlindTransition.

Requirements

Target Platforms

See Also

Reference

TransitionBase Class
TransitionBase Members

 

 


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