PropertyValue.CreateSize(Size) Method
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.
Creates a property value from a size structure.
public:
static Platform::Object ^ CreateSize(Size value);
static IInspectable CreateSize(Size const& value);
public static object CreateSize(Size value);
function createSize(value)
Public Shared Function CreateSize (value As Size) As Object
Parameters
- value
- Size
The structure to store in the property value.
Returns
The property value.