The ProportionalStackPanel type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ProportionalStackPanel |
Initializes a new instance of the ProportionalStackPanel class.
|
Methods
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| ProportionProperty |
Gets or sets a value that indicates the proportional size of a child element
within a ProportionalStackPanel.
|