New to Telerik UI for WPFStart a free 30-day trial

Helper class used to implement SharedSizeScope.

Definition

Namespace:Telerik.Windows.Controls.Primitives

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public static class SharedSizeScope

Inheritance: objectSharedSizeScope

Fields

IsSharedSizeScopeProperty

DependencyProperty

Identifies the IsSharedSizeScope attached property.

C#
public static readonly DependencyProperty IsSharedSizeScopeProperty

Methods

Gets the value of the IsSharedSizeScopeProperty attached property.

C#
public static bool GetIsSharedSizeScope(DependencyObject obj)
Parameters:objDependencyObject

The element from which to read the property value.

Returns:

bool

The value of the IsSharedSizeScopeProperty attached property.

Sets the value of the IsSharedSizeScopeProperty attached property.

C#
public static void SetIsSharedSizeScope(DependencyObject obj, bool value)
Parameters:objDependencyObject

The element on which to set the IsSharedSizeScopeProperty attached property.

valuebool

The property value to set.