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

GetMaxWidth() public static method

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