Share via


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

'Declaration
Public Overrides ReadOnly Property ZOrder As Double
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

See Also

Reference

CommentShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace