HitTestResult.SubObject 属性
定义
获取命中测试返回的子对象(如果有)。Gets the sub-object, if any, returned by a hit test.
public:
property System::Object ^ SubObject { System::Object ^ get(); void set(System::Object ^ value); };
public object SubObject { get; set; }
member this.SubObject : obj with get, set
Public Property SubObject As Object
属性值
一个类型为 Object 的子对象,否则为 null。A sub-object of type Object, otherwise null.
注解
子对象的一个示例是在 Axis 对象中显示的对象 ChartArea 。An example of a sub-object is an Axis object that is displayed inside a ChartArea object.