CoreTextLayoutBounds.ControlBounds 属性

定义

获取或设置文本输入控件的屏幕坐标中的边界框。

public:
 property Rect ControlBounds { Rect get(); void set(Rect value); };
Rect ControlBounds();

void ControlBounds(Rect value);
public Rect ControlBounds { get; set; }
var rect = coreTextLayoutBounds.controlBounds;
coreTextLayoutBounds.controlBounds = rect;
Public Property ControlBounds As Rect

属性值

文本输入控件屏幕坐标中的边界框。

适用于