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;}
<br/>get_EdgeHeight();<br/>set_EdgeHeight(value);<br/>Object.defineProperty('EdgeHeight');
public:
property float EdgeHeight {
float get();
void set ( float value);
}
Property Value
Maximum edge size. All edge values below this value will be included in the operation of the filter.