Frame Methods | 
The Frame type exposes the following members.
| Name | Description | |
|---|---|---|
| GetLocationOf | 
            Gets the location of another frame, relative to this frame, using this frame's coordinate system. 
              | |
| GetLocationRelativeTo | 
            Gets the location of this frame relative to a reference frame, using that frame's coordinate system.
              | |
| GetRotationOf | 
            Gets the rotation of another frame, relative to this frame, using this frame's coordinate system. 
              | |
| GetRotationRelativeTo | 
            Gets the rotation in degrees of this frame relative to a reference frame, using that frame's coordinate system.
              | |
| RaisePropertiesChanged | 
            Raise an PropertyChanged event for each value.
              (Inherited from BindableBase.) | |
| RaisePropertyChanged(PropertyChangedEventArgs) | 
            Raise an PropertyChanged event for the specified value.
              (Inherited from BindableBase.) | |
| RaisePropertyChanged(String) | 
            Raise an PropertyChanged event for the specified value.
              (Inherited from BindableBase.) | |
| Reparent | 
            Sets the parent frame to a specified frame, whilst maintaining the same world location and rotation.
            This is analagous to the reparenting behaviour of visuals.
              | |
| SerializableDependency(SerializableObject) | Obsolete. (Overrides SerializableObjectSerializableDependency(SerializableObject).) | |
| SerializableDependency(Visual) | Obsolete. (Overrides SerializableObjectSerializableDependency(Visual).) | |
| SetINotifyPropertyChangedPropertyT | 
            Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
            Property changes on the new value are also listened to and, if one occurs, the propertyChangedCallback handler will be invoked.
              (Inherited from BindableBase.) | |
| SetPropertyT(T, T, PropertyChangedEventArgs) | 
            Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
              (Inherited from BindableBase.) | |
| SetPropertyT(T, T, String) | 
            Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
              (Inherited from BindableBase.) | |
| ToString | 
            Returns a string representation of this frame, consisting of the name, prefixed with the name of the owning visual.
              (Overrides SimpleCustomTypeDescriptor.ToString.) |