Alignment プロパティ
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
セルの配置。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property Alignment As ChartLegendItemAlignmentTypes
Get
Set
'使用
Dim instance As ChartLegendCustomItemCell
Dim value As ChartLegendItemAlignmentTypes
value = instance.Alignment
instance.Alignment = value
public ChartLegendItemAlignmentTypes Alignment { get; set; }
public:
property ChartLegendItemAlignmentTypes Alignment {
ChartLegendItemAlignmentTypes get ();
void set (ChartLegendItemAlignmentTypes value);
}
member Alignment : ChartLegendItemAlignmentTypes with get, set
function get Alignment () : ChartLegendItemAlignmentTypes
function set Alignment (value : ChartLegendItemAlignmentTypes)