ComponentOne Basic Library for WPF and Silverlight
ItemWidth Property (C1WrapPanel)


C1.Silverlight 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 System.Double
'Usage
 
Dim instance As C1WrapPanel
Dim value As System.Double
 
instance.ItemWidth = value
 
value = instance.ItemWidth
public System.double ItemWidth {get; set;}
See Also

Reference

C1WrapPanel Class
C1WrapPanel Members