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