CommentShape.ZOrder Property
Gets the relative Z-Order for this ShapeElement. Makes sure that the comment stays above all other diagram elements
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaración
Public Overrides ReadOnly Property ZOrder As Double
Get
public override double ZOrder { get; }
public:
virtual property double ZOrder {
double get () override;
}
abstract ZOrder : float
override ZOrder : float
override function get ZOrder () : double
Property Value
Type: System.Double
Remarks
Gets the relative Z-Order for this ShapeElement. Makes sure that the comment stays above all other diagram elements.
.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.