CoreTextLayoutBounds.ControlBounds 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置文本输入控件的屏幕坐标中的边界框。
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
属性值
文本输入控件屏幕坐标中的边界框。