編集

次の方法で共有


CompositeActivityDesigner.TextRectangle Property

Definition

Gets the value of the description rectangle in logical coordinates.

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

Property Value

The value of the description rectangle in logical coordinates.

Remarks

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

Applies to