SurfaceMagnetism.UseLinkedAltScaleOverride 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.
When doing volume casts, use linked AltScale instead of object's current scale
public:
property bool UseLinkedAltScaleOverride { bool get(); void set(bool value); };
public bool UseLinkedAltScaleOverride { get; set; }
member this.UseLinkedAltScaleOverride : bool with get, set
Public Property UseLinkedAltScaleOverride As Boolean