GeometrySource.LayoutBounds 屬性

取得 FrameworkElement 的實際邊界。LayoutBounds 包括邏輯邊界、延展及筆觸粗細。

命名空間: Microsoft.Expression.Media
組件: Microsoft.Expression.Drawing (在 microsoft.expression.drawing.dll 中)

語法

'宣告
Public Property LayoutBounds As Rect
'用途
Dim instance As GeometrySource(Of TParameters)
Dim value As Rect

value = instance.LayoutBounds
public Rect LayoutBounds { get; }
public:
virtual property Rect LayoutBounds {
    Rect get () sealed;
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public final Rect get_LayoutBounds ()
CompilerGeneratedAttribute 
public final function get LayoutBounds () : Rect

執行緒安全性

此型別的所有公用靜態 (Visual Basic 中為 Shared ) 成員均為安全執行緒。任何例項成員則不保證為安全執行緒。

另請參閱

參照

GeometrySource Generic Class
GeometrySource 成員
Microsoft.Expression.Media 命名空間