Class SharedSizeScope
Helper class used to implement SharedSizeScope.
Inheritance
System.Object
SharedSizeScope
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class SharedSizeScope : Object
Fields
Identifies the IsSharedSizeScope attached property.
Declaration
public static readonly DependencyProperty IsSharedSizeScopeProperty
Field Value
System.Windows.DependencyProperty
|
Methods
Declaration
public static bool GetIsSharedSizeScope(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
The element from which to read the property value.
|
Returns
Declaration
public static void SetIsSharedSizeScope(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
The element on which to set the IsSharedSizeScopeProperty attached property.
|
System.Boolean
value
The property value to set.
|