Windows.UI.Xaml.CornerRadius.CornerRadius C# (CSharp) Method

CornerRadius() public method

public CornerRadius ( double uniformRadius )
uniformRadius double
        public CornerRadius(double uniformRadius) { throw null; }
        public CornerRadius(double topLeft, double topRight, double bottomRight, double bottomLeft) { throw null; }

Same methods

CornerRadius::CornerRadius ( double topLeft, double topRight, double bottomRight, double bottomLeft )