Intersoft ClientUI Documentation
AutoFitMode Property



Specifies how the dock panel should perform its autofit layouting.
Syntax
Public Property AutoFitMode As DockAutoFitMode
Dim instance As UXAutoFitDockPanel
Dim value As DockAutoFitMode
 
instance.AutoFitMode = value
 
value = instance.AutoFitMode
public DockAutoFitMode AutoFitMode {get; set;}
public:
property DockAutoFitMode AutoFitMode {
   DockAutoFitMode get();
   void set (    DockAutoFitMode 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

UXAutoFitDockPanel Class
UXAutoFitDockPanel Members

Send Feedback