ChartLegendCustomItemCell.Alignment 属性

定义

获取单元的对齐方式。

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ChartCellAlignment> ^ Alignment { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ChartCellAlignment> ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ChartCellAlignment> Alignment { get; }
member this.Alignment : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ChartCellAlignment>
Public ReadOnly Property Alignment As ReportEnumProperty(Of ChartCellAlignment)

属性值

一个表示单元对齐方式的 ReportEnumProperty<EnumType> 对象。

适用于