Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Dichiarazione
Public Property MeasuredBounds As Rect
Get
Set
'Utilizzo
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.