Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml 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