Margins.Top Propriedade
Definição
Obtém ou define a margem superior.Gets or sets the top margin.
public:
property int Top { int get(); void set(int value); };
public int Top { get; set; }
member this.Top : int with get, set
Public Property Top As Integer
Valor da propriedade
Um valor integer.An integer value. O valor padrão é 0.The default value is 0.
Comentários
Quando usado para células de legenda, as margens são medidas como uma porcentagem do tamanho da fonte da legenda.When used for legend cells, the margins are measured as a percentage of the legend's font size.