Class
SharedSizeScope

Helper class used to implement SharedSizeScope.

Definition

Namespace:Telerik.Windows.Controls.Primitives

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public static class SharedSizeScope

Inheritance: objectSharedSizeScope

Fields

IsSharedSizeScopeProperty

Identifies the IsSharedSizeScope attached property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsSharedSizeScopeProperty

Field Value

DependencyProperty

Methods

GetIsSharedSizeScope(DependencyObject)

Gets the value of the IsSharedSizeScopeProperty attached property.

Declaration

cs-api-definition
public static bool GetIsSharedSizeScope(DependencyObject obj)

Parameters

obj

DependencyObject

The element from which to read the property value.

Returns

bool

The value of the IsSharedSizeScopeProperty attached property.

SetIsSharedSizeScope(DependencyObject, bool)

Sets the value of the IsSharedSizeScopeProperty attached property.

Declaration

cs-api-definition
public static void SetIsSharedSizeScope(DependencyObject obj, bool value)

Parameters

obj

DependencyObject

The element on which to set the IsSharedSizeScopeProperty attached property.

value

bool

The property value to set.