Skip to main content

DiagramCustomGetSerializableItemPropertiesEventArgs.CreateProxyProperty Method

Name Parameters Description
CreateProxyProperty(PropertyDescriptor, Func<IDiagramItem, Object>, IEnumerable<Attribute>) property, getObject, additionalAttributes Allows you to create a custom property descriptor.
CreateProxyProperty<TProperty>(String, Func<IDiagramItem, TProperty>, Action<IDiagramItem, TProperty>, IEnumerable<Attribute>) name, getter, setter, attributes Allows you to create a custom property descriptor.