Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SizeFConverter::GetProperties Method (ITypeDescriptorContext^, Object^, array<Attribute^>^)

 

Retrieves a set of properties for the SizeF type using the specified context and attributes.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
virtual PropertyDescriptorCollection^ GetProperties(
	ITypeDescriptorContext^ context,
	Object^ value,
	array<Attribute^>^ attributes
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext through which additional context can be supplied.

value
Type: System::Object^

The Object to return properties for.

attributes
Type: array<System::Attribute^>^

An array of Attribute objects that describe the properties.

This method always returns the properties of a SizeF type regardless of the value parameter.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft