DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomMaskRange Class / Mode Property






In This Topic
    Mode Property
    In This Topic
    The enumerated values for mask subtraction mode
    Syntax
    'Declaration
     
    
    Public Property Mode As MaskMode
    'Usage
     
    
    Dim instance As DicomMaskRange
    Dim value As MaskMode
     
    instance.Mode = value
     
    value = instance.Mode
    public MaskMode Mode {get; set;}
    public read-write property Mode: MaskMode; 
    public function get,set Mode : MaskMode
    public: __property MaskMode get_Mode();
    public: __property void set_Mode( 
       MaskMode value
    );
    public:
    property MaskMode Mode {
       MaskMode get();
       void set (    MaskMode value);
    }
    Remarks
    Enumerated values are as follows: None: No mask subtraction operation is specified AverageSubtraction: Frames are averaged together before subtraction TimeDifference: The mask is selected by subtracting the value (specified by TIDOffset property) from the respective frame number.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also