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

GetRow() public static method

public static GetRow ( IDependencyObject element ) : int
element IDependencyObject
return int
        public static int GetRow(IDependencyObject element)
        {
            return (int) element.GetValue (RowProperty);
        }