ActivityDesigner.TextRectangle Property

Definition

Gets the value of the text rectangle in logical coordinates.

protected:
 virtual property System::Drawing::Rectangle TextRectangle { System::Drawing::Rectangle get(); };
protected virtual System.Drawing.Rectangle TextRectangle { get; }
member this.TextRectangle : System.Drawing.Rectangle
Protected Overridable ReadOnly Property TextRectangle As Rectangle

Property Value

A Rectangle that contains the text associated with the designer.

Remarks

Use to determine the location on the designer where Text will be displayed.

Applies to