LeftPanel Property

Gets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta.VSDelta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
Public ReadOnly Property LeftPanel As FrameworkElement
    Get
'Usage
Dim instance As DiffViewerCodeWindow
Dim value As FrameworkElement

value = instance.LeftPanel
public FrameworkElement LeftPanel { get; }
public:
property FrameworkElement^ LeftPanel {
    FrameworkElement^ get ();
}
member LeftPanel : FrameworkElement
function get LeftPanel () : FrameworkElement

Property Value

Type: System.Windows..::..FrameworkElement

See Also

Reference

DiffViewerCodeWindow Class

Microsoft.VisualStudio.Data.Tools.Delta.VSDelta Namespace