System.Windows.Controls.Grid.GetColumn C# (CSharp) Method

GetColumn() public static method

public static GetColumn ( IDependencyObject element ) : int
element IDependencyObject
return int
        public static int GetColumn(IDependencyObject element)
        {
            return (int) element.GetValue (ColumnProperty);
        }