Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarTextSlotPresenter Class / GetContentMeasureSize Method

In This Topic
    GetContentMeasureSize Method
    In This Topic
    Gets the measure of the content of the border.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetContentMeasureSize( _
       ByVal contentAvailableSize As Size, _
       ByVal exactWidth As Boolean, _
       ByVal exactHeight As Boolean _
    ) As Size
    protected override Size GetContentMeasureSize( 
       Size contentAvailableSize,
       bool exactWidth,
       bool exactHeight
    )

    Parameters

    contentAvailableSize
    exactWidth
    exactHeight
    See Also