Size.Empty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that represents a static empty Size.
public:
static property System::Windows::Size Empty { System::Windows::Size get(); };
public static System.Windows.Size Empty { get; }
static member Empty : System.Windows.Size
Public Shared ReadOnly Property Empty As Size
Property Value
An empty instance of Size.
Remarks
The Width and Height of the instance of Size are equal to negative-infinity when this property is invoked. This is the only situation where Size can be a negative number.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.