BulletDecorator.ArrangeOverride(Size) Method

Definition

Overrides the default content arrangement behavior for the BulletDecorator control.

protected:
 override System::Windows::Size ArrangeOverride(System::Windows::Size arrangeSize);
protected override System.Windows.Size ArrangeOverride (System.Windows.Size arrangeSize);
override this.ArrangeOverride : System.Windows.Size -> System.Windows.Size
Protected Overrides Function ArrangeOverride (arrangeSize As Size) As Size

Parameters

arrangeSize
Size

The available Size to use to lay out the content of the BulletDecorator control.

Returns

The computed size of the BulletDecorator control.

Remarks

The ArrangeOverride method determines the size and position of the Bullet and the Child objects. The Bullet is aligned vertically with the first line of the Child content.

Applies to