DK11 for .NET | TatukGIS.NDK.TGIS_Layer.ZOrder | Constructors | Fields | Methods | Properties | Events
Layer position relative to other layers. For topmost layers ZOrder=0. If the Layer was not attached to the viewer then ZOrderEx = -1. To set layer as bottom regardless of the number of layers - assign any huge value like 999999.
// C# public Integer ZOrder { get {} set {} }
' VisualBasic Public Property ZOrder As Integer Get End Get Set(ByVal value As Integer) End Set End Property
// Oxygene public property ZOrder : Integer read read;
Type |
---|
int Integer |