CoreTextLayoutRequest.LayoutBounds 属性

定义

获取文本范围或文本输入控件的边界框的屏幕坐标。

public:
 property CoreTextLayoutBounds ^ LayoutBounds { CoreTextLayoutBounds ^ get(); };
CoreTextLayoutBounds LayoutBounds();
public CoreTextLayoutBounds LayoutBounds { get; }
var coreTextLayoutBounds = coreTextLayoutRequest.layoutBounds;
Public ReadOnly Property LayoutBounds As CoreTextLayoutBounds

属性值

一个 对象,表示文本输入服务器请求的布局边界信息。

注解

应用程序应在从事件处理程序返回之前填充此对象的请求布局属性。

使用 LayoutBoundsVisualPixels 方法获取相对于应用程序视口的布局属性。

适用于