Partilhar via


Propriedade AnchorAlignment

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

The alignment of the annotation anchor.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property AnchorAlignment As ReportExpression(Of ChartAnchorAlignments)
    Get
    Set
'Uso
Dim instance As ChartAnnotation
Dim value As ReportExpression(Of ChartAnchorAlignments)

value = instance.AnchorAlignment

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