FarPoint.Win アセンブリ > FarPoint.Win 名前空間 > ElementControl クラス : Rectangle プロパティ |
'Declaration Public Overridable Property Rectangle As Rectangle
'使用法 Dim instance As ElementControl Dim value As Rectangle instance.Rectangle = value value = instance.Rectangle
public virtual Rectangle Rectangle {get; set;}
コントロールのサイズを表す矩形を指定する際は、Rectangleオブジェクトを提供します。
このプロパティが使用できるのは実行時のみです。
詳細については、Microsoft .NET FrameworkリファレンスのRectangle構造体を参照してください。