InteractableRotationTheme.IsLocalRotation 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.
If true, the theme manipulate the target's local rotation. Otherwise, the theme will control the world space rotation.
public:
property bool IsLocalRotation { bool get(); };
public bool IsLocalRotation { get; }
member this.IsLocalRotation : bool
Public ReadOnly Property IsLocalRotation As Boolean