Share via


IShape.GeometryMargin Property

Gets the margin between logical bounds and actual geometry bounds. This can be either positive (as in Arc) or negative (as in Callout).

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

Syntax

'Declaration
ReadOnly Property GeometryMargin As Thickness
'Usage
Dim instance As IShape
Dim value As Thickness

value = instance.GeometryMargin
Thickness GeometryMargin { get; }
property Thickness GeometryMargin {
    Thickness get ();
}
/** @property */
Thickness get_GeometryMargin ()
function get GeometryMargin () : Thickness

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

IShape Interface
IShape Members
Microsoft.Expression.Media Namespace