Compartilhar via


LegendCell.ImageSize Propriedade

Definição

Obtém ou define o tamanho da imagem em uma célula de legenda.

public:
 virtual property System::Drawing::Size ImageSize { System::Drawing::Size get(); void set(System::Drawing::Size value); };
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.SizeEmptyValueConverter))]
public virtual System.Drawing.Size ImageSize { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.SizeEmptyValueConverter))>]
member this.ImageSize : System.Drawing.Size with get, set
Public Overridable Property ImageSize As Size

Valor da propriedade

Size

Um Size valor que representa o tamanho da imagem. O valor padrão é (0, 0), o que significa que o tamanho original da imagem será usado.

Atributos

Comentários

A ImageSize propriedade é usada para definir explicitamente a largura e a altura da imagem da célula da legenda.

Essa propriedade só será aplicável se a CellType propriedade for definida como Image .

Aplica-se a