SplitterMeasureData.MeasuredBounds Property
Gets or sets the bounds the element was assigned, relative to the panel it is contained in.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'宣言
Public Property MeasuredBounds As Rect
Get
Set
'使用
Dim instance As SplitterMeasureData
Dim value As Rect
value = instance.MeasuredBounds
instance.MeasuredBounds = value
public Rect MeasuredBounds { get; set; }
public:
property Rect MeasuredBounds {
Rect get ();
void set (Rect value);
}
member MeasuredBounds : Rect with get, set
function get MeasuredBounds () : Rect
function set MeasuredBounds (value : Rect)
Property Value
Type: System.Windows.Rect
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.