Leadtools.Windows.Media.TransitionBase Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Fill Property
See Also 
Leadtools.Windows.Media.Transitions Namespace > TransitionBase Class : Fill Property





Gets or sets the filled brush to be used to generate the animated Out brush. This is a dependency property.

Syntax

Visual Basic (Declaration) 
Public Property Fill As Brush
Visual Basic (Usage)Copy Code
Dim instance As TransitionBase
Dim value As Brush
 
instance.Fill = value
 
value = instance.Fill
C# 
public Brush Fill {get; set;}
C++/CLI 
public:
property Brush Fill {
   Brush get();
   void set (Brush value);
}
XAML Syntax 
For XAML information, see the Brush type.

Dependencies Property Information 

Identifier field

FillProperty

Metadata properties set to true

None

XAML Syntax 
For XAML information, see the Brush type.

Dependencies Property Information 

Identifier field

FillProperty

Metadata properties set to true

None

Return Value

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

Example

For an example, refer to BlindTransition.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also