Właściwość ChartLegendCustomItemCell.Alignment
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Wyrównanie komórka.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property Alignment As ChartLegendItemAlignmentTypes
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ChartLegendItemAlignmentTypes
A ChartLegendItemAlignmentTypes obiektu.
Zobacz także