Enables or disables the frame boundaries.
public bool EnableFrameBoundaries {get; set;}
public:
property bool EnableFrameBoundaries {
bool get();
void set ( bool value);
}
'Declaration
Public Property EnableFrameBoundaries As Boolean
'Usage
Dim instance As Medical3DMPR
Dim value As Boolean
instance.EnableFrameBoundaries = value
value = instance.EnableFrameBoundaries
Property Value
true to enable the frame boundaries; otherwise, false.