Class AlignableWrapPanel
A wrap panel that allows to align its content.
Inheritance
AlignableWrapPanel
Implements
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class AlignableWrapPanel : Panel, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Fields
View SourceHorizontalContentAlignmentProperty
DependencyProperty of the HorizontalContentAlignment.
Declaration
public static readonly DependencyProperty HorizontalContentAlignmentProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Properties
View SourceHorizontalContentAlignment
Gets or sets the horizontal content alignment.
Declaration
public HorizontalAlignment HorizontalContentAlignment { get; set; }
Property Value
| Type | Description |
|---|---|
| HorizontalAlignment |
Methods
View SourceArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size arrangeBounds)
Parameters
| Type | Name | Description |
|---|---|---|
| Size | arrangeBounds |
Returns
| Type | Description |
|---|---|
| Size |
Overrides
View SourceMeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
| Type | Name | Description |
|---|---|---|
| Size | constraint |
Returns
| Type | Description |
|---|---|
| Size |