SplitterMeasureData.Element Property

Gets the UIElement being measured.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

声明
Public Property Element As UIElement
    Get
    Private Set
用法
Dim instance As SplitterMeasureData
Dim value As UIElement

value = instance.Element
public UIElement Element { get; private set; }
public:
property UIElement^ Element {
    UIElement^ get ();
    private: void set (UIElement^ value);
}
member Element : UIElement with get, private set
function get Element () : UIElement
private function set Element (value : UIElement)

Property Value

Type: System.Windows.UIElement

.NET Framework Security

See Also

Reference

SplitterMeasureData Class

SplitterMeasureData Members

Microsoft.VisualStudio.PlatformUI Namespace