DesignerGlyph.Priority 属性

定义

获取活动设计图面上的设计器标志符号的优先级设置。Gets the priority setting for the designer glyph on the activity design surface.

public:
 virtual property int Priority { int get(); };
public virtual int Priority { get; }
member this.Priority : int
Public Overridable ReadOnly Property Priority As Integer

属性值

Int32

一个整数值,表示活动设计器图面上 DesignerGlyph 的优先级设置。An integer value that represents the priority setting for the DesignerGlyph on the activity designer surface. 该值越小,表示优先级越高,因此会在活动设计器的 Z 顺序的最顶层位置绘制标志符号。A lower value indicates a higher priority and therefore draws the glyph at the top-most Z order position on an activity designer.

适用于