CalloutAnnotation.AnchorOffsetY Propriedade

Definição

Obtém ou define o deslocamento que a posição Y da anotação tem do ponto de ancoragem.Gets or sets the offset that the Y-position of the annotation has from the anchor point.

public:
 virtual property double AnchorOffsetY { double get(); void set(double value); };
public override double AnchorOffsetY { get; set; }
member this.AnchorOffsetY : double with get, set
Public Overrides Property AnchorOffsetY As Double

Valor da propriedade

Double

Um double valor que representa o deslocamento da posição Y da anotação a partir do ponto de ancoragem.A double value that represents the offset of the annotation's Y-position from the anchor point.

Comentários

O CalloutAnnotation deve ser ancorado usando a AnchorDataPoint propriedade ou AnchorY , e sua Y propriedade deve ser definida como Double.NaN .The CalloutAnnotation must be anchored using either the AnchorDataPoint or the AnchorY property, and its Y property must be set to Double.NaN.

Aplica-se a