Search
RectangleFConverter.GetProperties Method
See Also
 





ExpandableObjectConverter.GetProperties override.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override PropertyDescriptorCollection GetProperties (
    ITypeDescriptorContext context,
    Object value,
    Attribute[] attributes
)

Visual Basic  Copy Code

Public Overrides Function GetProperties( _
    context As ITypeDescriptorContext, _
    value As Object, _
    attributes() As Attribute _
) As PropertyDescriptorCollection

 Parameters

context

value

attributes

 Return Value

 See Also