ItemAutomationPeer.GetSizeOfSetCore Method

Definition

Gets the size of a set that contains this item.

protected:
 override int GetSizeOfSetCore();
protected override int GetSizeOfSetCore ();
override this.GetSizeOfSetCore : unit -> int
Protected Overrides Function GetSizeOfSetCore () As Integer

Returns

The value of SizeOfSetProperty if it has been set, or the size of the parent ItemsControl or GroupItem control.

Applies to