[]
        
(Showing Draft Content)

C1.Android.Core.C1Border.GetInsideMeasureSize

GetInsideMeasureSize Method

GetInsideMeasureSize(C1Size, bool, bool)

Gets the measure of the content of the border, including paddings.

Declaration
protected virtual C1Size GetInsideMeasureSize(C1Size insideAvailableSize, bool exactWidth, bool exactHeight)
Protected Overridable Function GetInsideMeasureSize(insideAvailableSize As C1Size, exactWidth As Boolean, exactHeight As Boolean) As C1Size
Parameters
Type Name Description
C1Size insideAvailableSize

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
C1Size