ShapeGeometry.ShadowOffset Property

Gets the offset between the shape outline and the outer edge of the shadow.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property ShadowOffset As SizeD
'Usage
Dim instance As ShapeGeometry 
Dim value As SizeD 

value = instance.ShadowOffset
public virtual SizeD ShadowOffset { get; }
public:
virtual property SizeD ShadowOffset {
    SizeD get ();
}
public function get ShadowOffset () : SizeD

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.SizeD

Remarks

Override this property to reduce the thickness of shadow around a shape. Your property must return a value less than or equal to the value of MaximumShadowOffset.

.NET Framework Security

See Also

Reference

ShapeGeometry Class

ShapeGeometry Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace