[]
        
(Showing Draft Content)

C1.iOS.Grid.GridCellView.GetContentMeasureSizeOverride

GetContentMeasureSizeOverride Method

GetContentMeasureSizeOverride(CGSize, bool, bool)

Gets the desired size for the content presenter.

Declaration
protected virtual CGSize GetContentMeasureSizeOverride(CGSize contentAvailableSize, bool exactWidth, bool exactHeight)
Protected Overridable Function GetContentMeasureSizeOverride(contentAvailableSize As CGSize, exactWidth As Boolean, exactHeight As Boolean) As CGSize
Parameters
Type Name Description
CGSize contentAvailableSize

The available size for the content.

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
CGSize