GridObjectCollection.RowAlignment 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.
How the rows are aligned in the grid
public:
property Microsoft::MixedReality::Toolkit::Utilities::LayoutVerticalAlignment RowAlignment { Microsoft::MixedReality::Toolkit::Utilities::LayoutVerticalAlignment get(); void set(Microsoft::MixedReality::Toolkit::Utilities::LayoutVerticalAlignment value); };
public Microsoft.MixedReality.Toolkit.Utilities.LayoutVerticalAlignment RowAlignment { get; set; }
member this.RowAlignment : Microsoft.MixedReality.Toolkit.Utilities.LayoutVerticalAlignment with get, set
Public Property RowAlignment As LayoutVerticalAlignment