ShapeGeometry.MaximumShadowOffset Property

Gets the maximum offset allowed between the shape geometry and the shadow.

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

Syntax

'宣言
Public Shared ReadOnly Property MaximumShadowOffset As SizeD
'使用
Dim value As SizeD

value = ShapeGeometry.MaximumShadowOffset
public static SizeD MaximumShadowOffset { get; }
public:
static property SizeD MaximumShadowOffset {
    SizeD get ();
}
public static function get MaximumShadowOffset () : SizeD

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.SizeD

The maximum offset allowed between the shape geometry and the shadow.

Permissions

See Also

Reference

ShapeGeometry Class

ShapeGeometry Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace