ExposeDelegatesForType | ( | ExposeMemberLayoutDelegate | _exposePropertyLayout, |
ExposeMemberDelegate | _exposeProperty, | ||
ExposeMemberHeightDelegate | _exposePropertyHeight | ||
) |
_exposePropertyLayout | function delegate that specifies how to draw the property with layout |
_exposeProperty | function delegate that specifies how to draw the property given a specified rect |
_exposePropertyHeight | function delegate that specifies how to tall the drawn property will be. |
References MemberExposerFunctions.ExposeDelegatesForType.exposeMemberDelegate, MemberExposerFunctions.ExposeDelegatesForType.exposeMemberHeightDelegate, and MemberExposerFunctions.ExposeDelegatesForType.exposeMemberLayoutDelegate.