Intersoft ClientUI Documentation
FillLogicMode Property



Gets or sets the value that determines how DockPanel calculates the fill arrangement for its children.
Syntax
<CategoryAttribute("Common Properties")>
Public Property FillLogicMode As DockFillLogic
Dim instance As DockPanel
Dim value As DockFillLogic
 
instance.FillLogicMode = value
 
value = instance.FillLogicMode
[CategoryAttribute("Common Properties")]
public DockFillLogic FillLogicMode {get; set;}
[CategoryAttribute("Common Properties")]
public:
property DockFillLogic FillLogicMode {
   DockFillLogic get();
   void set (    DockFillLogic 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

DockPanel Class
DockPanel Members

Send Feedback