RightPanel 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 RightPanel As FrameworkElement
    Get
'Usage
Dim instance As DiffViewerCodeWindow
Dim value As FrameworkElement

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

Property Value

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

See Also

Reference

DiffViewerCodeWindow Class

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