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 附加屬性的值。