# Sandbox.MovieMaker.ITrackProperty

A target referencing a member property or field of another target.

- Kind: interface
- Namespace: `Sandbox.MovieMaker`
- Assembly: `Sandbox.Engine`
- Modifiers: abstract

## Properties

- [`CanRead`](/api/Sandbox.MovieMaker.ITrackProperty/CanRead): False if this member is write-only.
- [`CanWrite`](/api/Sandbox.MovieMaker.ITrackProperty/CanWrite): False if this member is read-only.
- [`DefaultValue`](/api/Sandbox.MovieMaker.ITrackProperty/DefaultValue): If [Sandbox.MovieMaker.ITrackProperty.HasDefaultValue](/api/Sandbox.MovieMaker.ITrackProperty/HasDefaultValue) is true, what default value should be used for this property.
- [`HasDefaultValue`](/api/Sandbox.MovieMaker.ITrackProperty/HasDefaultValue): Does this property have a default value that should be applied at times when controlling tracks have no data?
- [`Parent`](/api/Sandbox.MovieMaker.ITrackProperty/Parent): Target that this member belongs to.
- [`Value`](/api/Sandbox.MovieMaker.ITrackProperty/Value): If bound, gets or sets the current value of this member.
