GeometrySource.LayoutBounds Property

Gets the actual bounds of FrameworkElement. LayoutBounds includes logical bounds, stretch and stroke thickness.

Namespace: Microsoft.Expression.Media
Assembly: Microsoft.Expression.Drawing (in microsoft.expression.drawing.dll)

Syntax

'Declaration
Public Property LayoutBounds As Rect
'Usage
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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

GeometrySource Generic Class
GeometrySource Members
Microsoft.Expression.Media Namespace