ScrollViewer.GetCanContentRenderOutsideBounds(DependencyObject) Метод

Определение

Возвращает значение свойства зависимостей CanContentRenderOutsideBounds или ScrollViewer.CanContentRenderOutsideBounds присоединенного свойства XAML для указанного элемента.

public:
 static bool GetCanContentRenderOutsideBounds(DependencyObject ^ element);
 static bool GetCanContentRenderOutsideBounds(DependencyObject const& element);
public static bool GetCanContentRenderOutsideBounds(DependencyObject element);
function getCanContentRenderOutsideBounds(element)
Public Shared Function GetCanContentRenderOutsideBounds (element As DependencyObject) As Boolean

Параметры

element
DependencyObject

Элемент, из которого считывается значение свойства.

Возвращаемое значение

Boolean

bool

Значение свойства, полученное из хранилища свойств.

Комментарии

Дополнительные сведения см. в описании свойства CanContentRenderOutsideBounds .

Применяется к

См. также раздел