Gets or sets the value that determines whether to align the medical viewer scrollbar to the left or right.
public
bool AlignScrollBarToLeft {get; set;}
'Declaration
Public Property AlignScrollBarToLeft As
Boolean
'Usage
Dim instance As
MedicalViewer
Dim value As
Boolean
instance.AlignScrollBarToLeft = value
value = instance.AlignScrollBarToLeft
public:
property
bool AlignScrollBarToLeft {
bool get();
void set (
bool value);
}
Property Value
True to align the scroll bar to the left; false to align the scrollbar to the right.