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