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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property ZOrder As Double
public override double ZOrder { get; }
public:
virtual property double ZOrder {
    double get () override;
}
abstract ZOrder : float with get 
override ZOrder : float with get
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

See Also

Reference

CommentShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace