Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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
override ShadowOffset : SizeD
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.