Condividi tramite


CoreTextLayoutBounds.ControlBounds Proprietà

Definizione

Ottiene o imposta il rettangolo di selezione nelle coordinate dello schermo di un controllo di input di testo.

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

Valore della proprietà

Casella di selezione nelle coordinate dello schermo di un controllo di input di testo.

Si applica a