Partager via


AnchorY propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

The Y coordinate of the annotation anchor.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property AnchorY As ReportExpression(Of ReportSize)
    Get
    Set
'Utilisation
Dim instance As ChartAnnotation
Dim value As ReportExpression(Of ReportSize)

value = instance.AnchorY

instance.AnchorY = value
public ReportExpression<ReportSize> AnchorY { get; set; }
public:
property ReportExpression<ReportSize> AnchorY {
    ReportExpression<ReportSize> get ();
    void set (ReportExpression<ReportSize> value);
}
member AnchorY : ReportExpression<ReportSize> with get, set
function get AnchorY () : ReportExpression<ReportSize>
function set AnchorY (value : ReportExpression<ReportSize>)