Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- obj
Type: System.Windows.DependencyObject
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.