Gets the relative Z-Order for the shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Overridable Property ZOrder As Double
'使用
Dim instance As ShapeElement
Dim value As Double
value = instance.ZOrder
instance.ZOrder = value
public virtual double ZOrder { get; set; }
public:
virtual property double ZOrder {
double get ();
void set (double value);
}
public function get ZOrder () : double
public function set ZOrder (value : double)
Property Value
Type: System.Double
The relative Z-Order for the shape.
Remarks
If the shape is a diagram, this property obtains the most recent Z-Order number and uses it to renumber the shapes.
Permissions
- 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.