Margins.Right Propriedade
Definição
Obtém ou define a margem direita.Gets or sets the right margin.
public:
property int Right { int get(); void set(int value); };
public int Right { get; set; }
member this.Right : int with get, set
Public Property Right 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.