Gets the label alignment of the element.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)

Syntax

C#
public static LabelAlignment GetLabelAlignment(
	DependencyObject obj
)
Visual Basic
Public Shared Function GetLabelAlignment ( _
	obj As DependencyObject _
) As LabelAlignment

Parameters

obj
Type: System.Windows..::..DependencyObject

Return Value

See Also