public float EdgeHeight {get; set;}
'Declaration
Public Property EdgeHeight As Single
'Usage
Dim instance As AnisotropicDiffusionCommand
Dim value As Single
instance.EdgeHeight = value
value = instance.EdgeHeight
public float EdgeHeight {get; set;}
get_EdgeHeight();
set_EdgeHeight(value);
Object.defineProperty('EdgeHeight');
public:
property float EdgeHeight {
float get();
void set ( float value);
}
Property Value
Max edge size which all edge values bellow will be included in the operation of the filter.