AnchorAlignment プロパティ

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

注釈のアンカーの配置。

名前空間:  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>)