PropertyValue.CreateSizeArray(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 an array of size structures.
public:
static Platform::Object ^ CreateSizeArray(Platform::Array <Size> ^ value);
static IInspectable CreateSizeArray(winrt::array_view <Size> const& value);
public static object CreateSizeArray(Size[] value);
function createSizeArray(value)
Public Shared Function CreateSizeArray (value As Size()) As Object
Parameters
- value
- Size[]
The array to store in the property value.
Returns
The property value.