Intersoft ClientUI Documentation
GetIsFillElement Method
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > DockPanel Class : GetIsFillElement Method






element
The element from which the property value is read.
Gets the value of the IsFillElement attached property for the specified element.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetIsFillElement( _
   ByVal element As DependencyObject _
) As Boolean
Visual Basic (Usage)Copy Code
Dim element As DependencyObject
Dim value As Boolean
 
value = DockPanel.GetIsFillElement(element)
C# 
public static bool GetIsFillElement( 
   DependencyObject element
)
Delphi 
public function GetIsFillElement( 
    element: DependencyObject
): Boolean; static; 
JScript 
public static function GetIsFillElement( 
   element : DependencyObject
) : boolean;
Managed Extensions for C++ 
public: static bool GetIsFillElement( 
   DependencyObject* element
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.