SmartLabelStyle.MovingDirection Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém ou define a(s) direção(ões) em que o objeto sobreposto SmartLabelStyle pode ser movido.
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 de Propriedade
Um LabelAlignmentStyles valor de enumeração ou múltiplos valores OR LabelAlignmentStyles bit a bit. O padrão é o OR bit a bit de todos os LabelAlignmentStyles valores para permitir o reposicionamento em todas as direções, exceto para o centro do ponto de dados.
- Atributos