ShapeElement.GeometryHasShadow Property
true if the shape has a shadow; otherwise, false.
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 ReadOnly Property GeometryHasShadow As Boolean
public bool GeometryHasShadow { get; }
public:
virtual property bool GeometryHasShadow {
bool get () sealed;
}
abstract GeometryHasShadow : bool with get
override GeometryHasShadow : bool with get
final function get GeometryHasShadow () : boolean
Property Value
Type: Boolean
Implements
IGeometryHost.GeometryHasShadow
.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.