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






element
The element to which the attached property is assigned.
value
A boolean value to assign to the specified element.
Sets the value of the IsFillElement attached property for the specified element.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetIsFillElement( _
   ByVal element As DependencyObject, _
   ByVal value As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim element As DependencyObject
Dim value As Boolean
 
DockPanel.SetIsFillElement(element, value)
C# 
public static void SetIsFillElement( 
   DependencyObject element,
   bool value
)
Delphi 
public procedure SetIsFillElement( 
    element: DependencyObject;
    value: Boolean
); static; 
JScript 
public static function SetIsFillElement( 
   element : DependencyObject,
   value : boolean
);
Managed Extensions for C++ 
public: static void SetIsFillElement( 
   DependencyObject* element,
   bool value
) 
C++/CLI 
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 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.