SmartLabelStyle.MovingDirection Propiedad

Definición

Obtiene o establece las direcciones en las que se puede mover el objeto SmartLabelStyle superpuesto.

public:
 virtual property System::Windows::Forms::DataVisualization::Charting::LabelAlignmentStyles MovingDirection { System::Windows::Forms::DataVisualization::Charting::LabelAlignmentStyles get(); void set(System::Windows::Forms::DataVisualization::Charting::LabelAlignmentStyles value); };
[System.ComponentModel.Bindable(true)]
public virtual System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles MovingDirection { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.MovingDirection : System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles with get, set
Public Overridable Property MovingDirection As LabelAlignmentStyles

Valor de propiedad

LabelAlignmentStyles

Un valor de enumeración LabelAlignmentStyles o varios valores LabelAlignmentStyles de operación OR bit a bit. El valor predeterminado es la operación OR bit a bit de todos los valores LabelAlignmentStyles para permitir el cambio de posición en todas las direcciones excepto en el centro del punto de datos.

Atributos

Se aplica a