Intersoft ClientUI Documentation
GetIsFillElement Method



The element from which the property value is read.
Gets the value of the IsFillElement attached property for the specified element.
Syntax
Public Shared Function GetIsFillElement( _
   ByVal element As DependencyObject _
) As Boolean
Dim element As DependencyObject
Dim value As Boolean
 
value = DockPanel.GetIsFillElement(element)
public static bool GetIsFillElement( 
   DependencyObject element
)
public:
static bool GetIsFillElement( 
   DependencyObject^ element
) 

Parameters

element
The element from which the property value is read.

Return Value

The IsFillElement value for the 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