Intersoft ClientUI Documentation
LayoutElement Property (UXDockSeparator)



Gets or sets the layout element.
Syntax
Public Property LayoutElement As Grid
Dim instance As UXDockSeparator
Dim value As Grid
 
instance.LayoutElement = value
 
value = instance.LayoutElement
public Grid LayoutElement {get; set;}
public:
property Grid^ LayoutElement {
   Grid^ get();
   void set (    Grid^ value);
}
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

UXDockSeparator Class
UXDockSeparator Members

Send Feedback