Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TileListBoxPanel Class / MeasureSize Property

In This Topic
    MeasureSize Property (C1TileListBoxPanel)
    In This Topic
    Gets the size used to measure the items in the MeasureOverride method call.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property MeasureSize As Size
    protected virtual Size MeasureSize {get;}
    See Also