BoundingBox.ScaleMaximum 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.
Caution
Use a MinMaxScaleConstraint component instead. ScaleMinimum as it is the authoritative value for max scale
Deprecated: Use MinMaxScaleConstraint component instead. Public property for the scale maximum, in the target's local scale. Set this value with SetScaleLimits.
public:
property float ScaleMaximum { float get(); };
[System.Obsolete("Use a MinMaxScaleConstraint component instead. ScaleMinimum as it is the authoritative value for max scale")]
public float ScaleMaximum { get; }
[<System.Obsolete("Use a MinMaxScaleConstraint component instead. ScaleMinimum as it is the authoritative value for max scale")>]
member this.ScaleMaximum : single
Public ReadOnly Property ScaleMaximum As Single
Property Value
- Attributes