public System.bool[] OverlayVisible {get;}
public read-only property OverlayVisible: System.array of Boolean;
public function get OverlayVisible : System.boolean[]
public: __property System.bool[]* get_OverlayVisible();
public:
property System.array<bool>^ OverlayVisible {
System.array<bool>^ get();
}
'Declaration
Public ReadOnly Property OverlayVisible As System.Boolean()
'Usage
Dim instance As DicomImage
Dim value() As System.Boolean
value = instance.OverlayVisible
Property Value
Array of 16 elements, one for each possible overlay plane
Target Platforms: .NET CLR 4.8 or higher