MeasureSize Property (C1TreeViewPanel)
In This Topic
Gets the size used to measure the items in the MeasureOverride method call.
Syntax
'Declaration
Protected Overridable ReadOnly Property MeasureSize As Size
protected virtual Size MeasureSize {get;}
See Also