'DeclarationPublic Property CustomSmoothingFunction As CustomSmoothingFunctionDelegate
'UsageDim instance As DicomImage Dim value As CustomSmoothingFunctionDelegate instance.CustomSmoothingFunction = value value = instance.CustomSmoothingFunction
public CustomSmoothingFunctionDelegate CustomSmoothingFunction {get; set;}
public: property CustomSmoothingFunctionDelegate^ CustomSmoothingFunction { CustomSmoothingFunctionDelegate^ get(); void set ( CustomSmoothingFunctionDelegate^ value); }