Share via


SplitterMeasureData.Element Property

Microsoft internal use only.

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

Syntax

'Declaration
Public Property Element As UIElement
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: UIElement

.NET Framework Security

See Also

Reference

SplitterMeasureData Class

Microsoft.VisualStudio.PlatformUI Namespace