LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.TransitionBase assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Fill Property
See Also 
Leadtools.Windows.Media.Transitions Namespace > TransitionBase Class : Fill Property



The Fill Property supports WPF/Silverlight.

Gets or sets the filled brush to be used to generate the animated OutBrush 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);
}

Property Value

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

Example

Requirements

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

See Also