CommentShape.ZOrder Property
This member overrides ShapeElement.ZOrder.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ZOrder As Double
'Usage
Dim instance As CommentShape
Dim value As Double
value = instance.ZOrder
public override double ZOrder { get; }
public:
virtual property double ZOrder {
double get () override;
}
public override function get ZOrder () : double
Property Value
Type: System.Double
.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.