LegendItem.ShadowOffset Propriedade

Definição

Obtém ou define o deslocamento de sombra, em pixels, de um item de legenda.Gets or sets the shadow offset, in pixels, of a legend item.

public:
 property int ShadowOffset { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
public int ShadowOffset { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.ShadowOffset : int with get, set
Public Property ShadowOffset As Integer

Valor da propriedade

Int32

Um integer valor que representa o deslocamento de sombra, em pixels, do elemento de gráfico relevante.An integer value that represents the shadow offset, in pixels, of the relevant chart element.

Atributos

Comentários

Para implementar o sombreamento, use um valor diferente de zero (0).To implement shadowing, use a value other than zero (0). Um valor positivo resultará em uma sombra que será deslocada para baixo e para a direita.A positive value will result in a shadow that shifts down and to the right. Um valor negativo resultará em uma sombra que é deslocada para cima e para a esquerda.A negative value will result in a shadow that shifts up and to the left.

Observação Essa propriedade é aplicável somente a LegendCell objetos com um LegendCellType de SeriesSymbol ou Image .Note This property is applicable only to LegendCell objects with a LegendCellType of either SeriesSymbol or Image.

Aplica-se a