The ProportionalStackPanel type exposes the following members.

Constructors

  NameDescription
ProportionalStackPanel
Initializes a new instance of the ProportionalStackPanel class.

Methods

  NameDescription
ArrangeOverride
Arranges the content of the element.
(Overrides StackPanel..::.ArrangeOverride(Size).)
GetProportion
Gets the value of the Proportion attached property for a specified element.
MeasureOverride
Measures the child elements of the control.
(Overrides StackPanel..::.MeasureOverride(Size).)
SetProportion
Sets the value of the Proportion attached property for a specified element.

Fields

  NameDescription
ProportionProperty
Gets or sets a value that indicates the proportional size of a child element within a ProportionalStackPanel.

See Also