In This Topic
Specifies the fraction used in the Mask operation
Syntax
'Declaration
Public Property MaskFraction As System.Single
'Usage
Dim instance As DicomMaskRange
Dim value As System.Single
instance.MaskFraction = value
value = instance.MaskFraction
public System.float MaskFraction {get; set;}
public read-write property MaskFraction: System.Single;
public function get,set MaskFraction : System.float
public: __property System.float get_MaskFraction();
public: __property void set_MaskFraction(
System.float value
);
public:
property System.float MaskFraction {
System.float get();
void set ( System.float value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also