Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1Border Class / GetContentMeasureSize Method
The available size.
Specifies whether the content is measured with the exact width.
Specifies whether the content is measured with the exact height.

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

    Parameters

    contentAvailableSize
    The available size.
    exactWidth
    Specifies whether the content is measured with the exact width.
    exactHeight
    Specifies whether the content is measured with the exact height.
    See Also