VariableSizedWrapGrid.HorizontalChildrenAlignment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the alignment rules by which child elements are arranged for the horizontal dimension.
public:
property HorizontalAlignment HorizontalChildrenAlignment { HorizontalAlignment get(); void set(HorizontalAlignment value); };
HorizontalAlignment HorizontalChildrenAlignment();
void HorizontalChildrenAlignment(HorizontalAlignment value);
public HorizontalAlignment HorizontalChildrenAlignment { get; set; }
var horizontalAlignment = variableSizedWrapGrid.horizontalChildrenAlignment;
variableSizedWrapGrid.horizontalChildrenAlignment = horizontalAlignment;
Public Property HorizontalChildrenAlignment As HorizontalAlignment
<VariableSizedWrapGrid HorizontalChildrenAlignment="horizontalAlignmentMemberName" />
Property Value
A value of the enumeration. The default is Left.