GridObjectCollection.Layout 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.
Specify direction in which children are laid out
public:
property Microsoft::MixedReality::Toolkit::Utilities::LayoutOrder Layout { Microsoft::MixedReality::Toolkit::Utilities::LayoutOrder get(); void set(Microsoft::MixedReality::Toolkit::Utilities::LayoutOrder value); };
public Microsoft.MixedReality.Toolkit.Utilities.LayoutOrder Layout { get; set; }
member this.Layout : Microsoft.MixedReality.Toolkit.Utilities.LayoutOrder with get, set
Public Property Layout As LayoutOrder