public virtual Rectangle Rectangle {get; set;}
'Declaration Public Overridable Property Rectangle As Rectangle
'使用法 Dim instance As ElementControl Dim value As Rectangle instance.Rectangle = value value = instance.Rectangle
コントロールのサイズを表す矩形を指定する際は、Rectangleオブジェクトを提供します。
このプロパティが使用できるのは実行時のみです。
詳細については、Microsoft .NET FrameworkリファレンスのRectangle構造体を参照してください。
ElementControl クラス ElementControl メンバ
© 2004-2015, GrapeCity inc. All rights reserved.