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::Web::UI::DataVisualization::Charting::LabelAlignmentStyles MovingDirection { System::Web::UI::DataVisualization::Charting::LabelAlignmentStyles get(); void set(System::Web::UI::DataVisualization::Charting::LabelAlignmentStyles value); };
[System.ComponentModel.Bindable(true)]
public virtual System.Web.UI.DataVisualization.Charting.LabelAlignmentStyles MovingDirection { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.MovingDirection : System.Web.UI.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 de bits ou LabelAlignmentStyles . O padrão é a operação OR de todos os LabelAlignmentStyles valores para permitir o reposicionamento em todas as direções, exceto o centro do ponto de dados.
- Atributos