ComponentOne FinancialChart for WPF
ItemWidth Property (C1WrapPanel)



C1.WPF Namespace > C1WrapPanel Class : ItemWidth Property
Gets or sets a value that specifies the width of all items that are contained within the panel.
Syntax
'Declaration
 
Public Property ItemWidth As Double
'Usage
 
Dim instance As C1WrapPanel
Dim value As Double
 
instance.ItemWidth = value
 
value = instance.ItemWidth
public double ItemWidth {get; set;}
public:
property double ItemWidth {
   double get();
   void set (    double value);
}
See Also

Reference

C1WrapPanel Class
C1WrapPanel Members