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

In This Topic
    ItemHeight Property (C1WrapPanel)
    In This Topic
    Gets or sets a value that specifies the height of all items that are contained within the panel.
    Syntax
    'Declaration
     
    
    Public Property ItemHeight As Double
    public double ItemHeight {get; set;}
    See Also