[]
        
(Showing Draft Content)

C1.WPF.Core.C1Border.GetContentMeasureSize

GetContentMeasureSize Method

GetContentMeasureSize(Size, bool, bool)

Gets the measure of the content of the border.

Declaration
protected virtual Size GetContentMeasureSize(Size contentAvailableSize, bool exactWidth, bool exactHeight)
Parameters
Type Name Description
Size contentAvailableSize

The available size.

bool exactWidth

Specifies whether the content is measured with the exact width.

bool exactHeight

Specifies whether the content is measured with the exact height.

Returns
Type Description
Size