इसके माध्यम से साझा किया गया


ChartLegendCustomItemCell.Alignment Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The alignment of the cell.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

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