BoundingBox.FlattenAxis 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.
Flatten bounds in the specified axis or flatten the smallest one if 'auto' is selected
public:
property Microsoft::MixedReality::Toolkit::UI::BoundingBox::FlattenModeType FlattenAxis { Microsoft::MixedReality::Toolkit::UI::BoundingBox::FlattenModeType get(); void set(Microsoft::MixedReality::Toolkit::UI::BoundingBox::FlattenModeType value); };
public Microsoft.MixedReality.Toolkit.UI.BoundingBox.FlattenModeType FlattenAxis { get; set; }
member this.FlattenAxis : Microsoft.MixedReality.Toolkit.UI.BoundingBox.FlattenModeType with get, set
Public Property FlattenAxis As BoundingBox.FlattenModeType