SmartLabelStyle.MovingDirection Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define as direções nas quais é possível mover o objeto SmartLabelStyle sobreposto.
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 da propriedade
Um LabelAlignmentStyles valor de enumeração ou vários valores OR'd bit LabelAlignmentStyles a bit. O padrão é o OR bit a bit de todos os valores para permitir o reposicionamento em todas as direções, exceto para LabelAlignmentStyles o centro do ponto de dados.
- Atributos