ScrollViewHelper.GetBindWidthToViewport Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

BindWidthToViewport getter.

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Shared Function GetBindWidthToViewport ( _
    obj As DependencyObject _
) As Boolean
public static bool GetBindWidthToViewport(
    DependencyObject obj
)
public:
static bool GetBindWidthToViewport(
    DependencyObject^ obj
)
static member GetBindWidthToViewport : 
        obj:DependencyObject -> bool
public static function GetBindWidthToViewport(
    obj : DependencyObject
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ScrollViewHelper Class

Microsoft.TeamFoundation.Controls.WPF Namespace