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

GetColumnSpan() public static method

public static GetColumnSpan ( IDependencyObject element ) : int
element IDependencyObject
return int
        public static int GetColumnSpan(IDependencyObject element)
        {
            return (int) element.GetValue (ColumnSpanProperty);
        }