Condividi tramite


Proprietà Alignment

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

The alignment of the cell.

Spazio dei nomi:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property Alignment As ChartLegendItemAlignmentTypes
    Get
    Set
'Utilizzo
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)