---
order: 2
title:
zh-CN: 箭头指向
en-US: Arrow pointing at the center
---
## zh-CN
设置了 `arrowPointAtCenter` 后,箭头将指向目标元素的中心。
## en-US
By specifying `arrowPointAtCenter` prop, the arrow will point to the center of the target element.
```tsx
import { Button, Tooltip } from 'antd';
import React from 'react';
const App: React.FC = () => (
<>
>
);
export default App;
```