Share via


DialogInstance.StackIndex 属性

定义

获取或设置堆栈索引。 正值是当前 DC 中的索引,负值是父 DC 中的索引。

public int? StackIndex { get; set; }
member this.StackIndex : Nullable<int> with get, set
Public Property StackIndex As Nullable(Of Integer)

属性值

正值是当前 DC 中的索引,负值是父 DC 中的索引。

适用于