Intersoft ClientUI Documentation
SetIsFillElement Method



The element to which the attached property is assigned.
A boolean value to assign to the specified element.
Sets the value of the IsFillElement attached property for the specified element.
Syntax
Public Shared Sub SetIsFillElement( _
   ByVal element As DependencyObject, _
   ByVal value As Boolean _
) 
Dim element As DependencyObject
Dim value As Boolean
 
DockPanel.SetIsFillElement(element, value)
public static void SetIsFillElement( 
   DependencyObject element,
   bool value
)
public:
static void SetIsFillElement( 
   DependencyObject^ element,
   bool value
) 

Parameters

element
The element to which the attached property is assigned.
value
A boolean value to assign to the specified element.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DockPanel Class
DockPanel Members

Send Feedback