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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ShadowOffset As SizeD
public virtual SizeD ShadowOffset { get; }
public:
virtual property SizeD ShadowOffset {
SizeD get ();
}
abstract ShadowOffset : SizeD with get
override ShadowOffset : SizeD with get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.