AcManager.Controls.Services.ImageViewerService.GetMaxHeight C# (CSharp) Method

GetMaxHeight() public static method

public static GetMaxHeight ( DependencyObject obj ) : double
obj System.Windows.DependencyObject
return double
        public static double GetMaxHeight(DependencyObject obj) {
            return (double)obj.GetValue(MaxHeightProperty);
        }