ObjectQuery.ExpectedMaxVerticalOrientationInDegrees 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.
Expected maximum angle in degrees between up direction of an object instance and gravity, from 0 to 180. Small value indicates object is expected to be up-right, while large value allows more variation on the layout.
public:
property float ExpectedMaxVerticalOrientationInDegrees { float get(); void set(float value); };
public float ExpectedMaxVerticalOrientationInDegrees { get; set; }
member this.ExpectedMaxVerticalOrientationInDegrees : single with get, set
Public Property ExpectedMaxVerticalOrientationInDegrees As Single