Microsoft.Phone.Controls.OrientedSize.OrientedSize C# (CSharp) Method

OrientedSize() public method

public OrientedSize ( Orientation orientation ) : System
orientation Orientation
return System
        public OrientedSize( Orientation orientation ) :
            this( orientation, 0.0, 0.0 )
        {
        }

Same methods

OrientedSize::OrientedSize ( Orientation orientation, double width, double height ) : System
OrientedSize