DesignerGlyph.LowestPriority Campo

Definição

Representa a prioridade mais baixa possível para um DesignerGlyph.Represents the lowest priority possible for a DesignerGlyph. Esse valor é uma constante.This value is a constant.

public: int LowestPriority = 1000000;
public const int LowestPriority = 1000000;
val mutable LowestPriority : int
Public Const LowestPriority As Integer  = 1000000

Valor do campo

Int32

Comentários

Um valor alto para a Priority propriedade indica uma prioridade mais baixa e, portanto, desenha o glifo na posição da ordem Z inferior em um designer de atividade.A high value for the Priority property indicates a lower priority and therefore draws the glyph at the bottom-most Z order position on an activity designer. O valor do LowestPriority campo é 1 milhão.The value of the LowestPriority field is 1000000.

Observação

Esse valor constante serve como uma diretriz ao criar glifos personalizados.This constant value serves as a guideline when creating custom glyphs. Você está livre para usar valores diferentes para a Priority propriedade ao criar seu glifo personalizado.You are free to use different values for the Priority property when designing your custom glyph.

Aplica-se a