PrimitiveShape.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.Shapes
Assembly: Microsoft.Expression.Drawing (in microsoft.expression.drawing.dll)

Syntax

'Declaration
Public ReadOnly Property GeometryMargin As Thickness
'Usage
Dim instance As PrimitiveShape
Dim value As Thickness

value = instance.GeometryMargin
public Thickness GeometryMargin { get; }
public:
virtual property Thickness GeometryMargin {
    Thickness get () sealed;
}
/** @property */
public final Thickness get_GeometryMargin ()
public final 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

PrimitiveShape Class
PrimitiveShape Members
Microsoft.Expression.Shapes Namespace