Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1WrapPanel Class / ItemWidth Property

In This Topic
    ItemWidth Property (C1WrapPanel)
    In This Topic
    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
    public double ItemWidth {get; set;}
    See Also