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