BoundingBox.ShowScaleHandles 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.
Public property to Set the visibility of the corner cube Scaling handles. This property can be set independent of the Rotate handles.
public:
property bool ShowScaleHandles { bool get(); void set(bool value); };
public bool ShowScaleHandles { get; set; }
member this.ShowScaleHandles : bool with get, set
Public Property ShowScaleHandles As Boolean