GetContentMeasureSize Method
In This Topic
Gets the measure of the content of the border.
Syntax
'Declaration
Protected Overridable Function GetContentMeasureSize( _
ByVal As Size, _
ByVal As Boolean, _
ByVal As Boolean _
) As Size
protected virtual Size GetContentMeasureSize(
Size ,
bool ,
bool
)
Parameters
- contentAvailableSize
- The available size.
- exactWidth
- Specifies whether the content is measured with the exact width.
- exactHeight
- Specifies whether the content is measured with the exact height.
See Also