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