Skip to main content

LayoutGroup Methods

A group of horizontally or vertically aligned items.
Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetDesiredHeight(DependencyObject) static
GetDesiredWidth(DependencyObject) static
GetHashCode() Serves as the default hash function. Inherited from Object.
GetIndex(DependencyObject) static Gets the value of the LayoutGroup.Index attached property for a specific object.
GetSizeMode(DependencyObject) static Gets the value of the LayoutGroup.SizeMode attached property for a specific object.
GetStretchRatio(DependencyObject) static Gets the value of the LayoutGroup.StretchRatio attached property for a specific object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetDesiredHeight(DependencyObject, Double) static
SetDesiredWidth(DependencyObject, Double) static
SetIndex(DependencyObject, Int32) static Sets the value of the LayoutGroup.Index attached property for a specific object.
SetSizeMode(DependencyObject, ItemSizeMode) static Sets the value of the LayoutGroup.StretchRatio attached property for a specific object.
SetStretchRatio(DependencyObject, Double) static Sets the value of the LayoutGroup.StretchRatio attached property for a specific object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also