CornersConverterGetProperties Method |
Gets Properties of type
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override PropertyDescriptorCollection GetProperties(
ITypeDescriptorContext context,
Object value,
Attribute[] attributes
)
Public Overrides Function GetProperties (
context As ITypeDescriptorContext,
value As Object,
attributes As Attribute()
) As PropertyDescriptorCollection
public:
virtual PropertyDescriptorCollection^ GetProperties(
ITypeDescriptorContext^ context,
Object^ value,
array<Attribute^>^ attributes
) override
abstract GetProperties :
context : ITypeDescriptorContext *
value : Object *
attributes : Attribute[] -> PropertyDescriptorCollection
override GetProperties :
context : ITypeDescriptorContext *
value : Object *
attributes : Attribute[] -> PropertyDescriptorCollection
Parameters
- context
- Type: System.ComponentModelITypeDescriptorContext
Context - value
- Type: SystemObject
- attributes
- Type: SystemAttribute
Return Value
Type:
PropertyDescriptorCollectionProperties of this type
See Also