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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property SizeD ShadowOffset {
	virtual SizeD get();
}

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.

Return to top
Show: