ChartLegendCustomItemCell.Alignment Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
La alineación de la célula.
public:
property Microsoft::ReportingServices::RdlObjectModel::ChartLegendItemAlignmentTypes Alignment { Microsoft::ReportingServices::RdlObjectModel::ChartLegendItemAlignmentTypes get(); void set(Microsoft::ReportingServices::RdlObjectModel::ChartLegendItemAlignmentTypes value); };
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public Microsoft.ReportingServices.RdlObjectModel.ChartLegendItemAlignmentTypes Alignment { get; set; }
[<System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)>]
member this.Alignment : Microsoft.ReportingServices.RdlObjectModel.ChartLegendItemAlignmentTypes with get, set
Public Property Alignment As ChartLegendItemAlignmentTypes
Valor de propiedad
Un objeto ChartLegendItemAlignmentTypes.
- Atributos