单项选择题

A. Inherit the control class from the DependencyObject class.
B. Register a dependency property.   In the options settings of the property metadata, specify the Inherits option.
C. Declare a new property.   In the get and set methods of the new property, create an instance of the TraversalRequest class. 
D. Declare a new property.   In the get method of the new property call VisualTreeHelper.GetParent.   In the set method of the new property, call VisualTreeHelper.GetChild.