SharedSizeScope
Class
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)
The element from which to read the property value.
Returns:The value of the IsSharedSizeScopeProperty attached property.
Sets the value of the IsSharedSizeScopeProperty attached property.
C#
public static void SetIsSharedSizeScope(DependencyObject obj, bool value)
The element on which to set the IsSharedSizeScopeProperty attached property.
valueboolThe property value to set.