共用方式為


AnchorAlignment 屬性

此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。

The alignment of the annotation anchor.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property AnchorAlignment As ReportExpression(Of ChartAnchorAlignments)
    Get
    Set
'用途
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>)