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^>^)
.NET Framework (current version)
Retrieves a set of properties for the SizeF type using the specified context and attributes.
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.
Return Value
Type: System.ComponentModel::PropertyDescriptorCollection^A PropertyDescriptorCollection containing the properties.
.NET Framework
Available since 2.0
Available since 2.0
Show: