[]
Gets the measure of the content of the border.
protected override CGSize GetContentMeasureSize(CGSize contentAvailableSize, bool exactWidth, bool exactHeight)
Protected Overrides Function GetContentMeasureSize(contentAvailableSize As CGSize, exactWidth As Boolean, exactHeight As Boolean) As CGSize
| Type | Name | Description |
|---|---|---|
| CGSize | 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. |
| Type | Description |
|---|---|
| CGSize |