Share via


GeometrySource.LogicalBounds Property

Gets the bounding box that the geometry should stretch to. The actual geometry might be smaller or larger than this. LogicalBounds should already take stroke thickness and stretch into consideration.

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

Syntax

'Declaration
Public Property LogicalBounds As Rect
'Usage
Dim instance As GeometrySource(Of TParameters)
Dim value As Rect

value = instance.LogicalBounds
public Rect LogicalBounds { get; }
public:
virtual property Rect LogicalBounds {
    Rect get () sealed;
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public final Rect get_LogicalBounds ()
CompilerGeneratedAttribute 
public final function get LogicalBounds () : 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