Intersoft ClientUI Documentation
MinItemWidth Property



Gets or sets the value of the minimum item width during resizing process.
Syntax
Public Property MinItemWidth As Double
Dim instance As UXBreadCrumb
Dim value As Double
 
instance.MinItemWidth = value
 
value = instance.MinItemWidth
public double MinItemWidth {get; set;}
public:
property double MinItemWidth {
   double get();
   void set (    double value);
}
Example
The MinItemWidth property defines how small UXBreadCrumbItems should be when UXBreadCrumb is resized.
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

UXBreadCrumb Class
UXBreadCrumb Members

Send Feedback