Grid.GetIsSharedSizeScope(UIElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从给定的 UIElement 中获取 IsSharedSizeScope 附加属性值。
public:
static bool GetIsSharedSizeScope(System::Windows::UIElement ^ element);
public static bool GetIsSharedSizeScope (System.Windows.UIElement element);
static member GetIsSharedSizeScope : System.Windows.UIElement -> bool
Public Shared Function GetIsSharedSizeScope (element As UIElement) As Boolean
参数
- element
- UIElement
要从中读取属性值的元素。
返回
IsSharedSizeScope 附加属性的值。