Skip to content

IconElement.ArrangeOverride(Size) method

Defined in

Type: IconElement Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

protected override Size ArrangeOverride(Size finalSize)

Summary: When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.

Parameters

NameTypeDescription
finalSizeSizeThe final area within the parent that this element should use to arrange itself and its children.

Returns: Size -- The actual size used.