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)

public:
property double ZOrder {
	virtual double get() override;
}

Property Value

Type: System::Double

Gets the relative Z-Order for this ShapeElement. Makes sure that the comment stays above all other diagram elements.

Return to top
Show: