selectionDirection property
SelectionDirectionOptions
get
selectionDirection
Implementation
_i3.SelectionDirectionOptions get selectionDirection =>
_i3.SelectionDirectionOptions.values.byName(_i4.getProperty(
this,
'selectionDirection',
));
set
selectionDirection
(SelectionDirectionOptions value)
Implementation
set selectionDirection(_i3.SelectionDirectionOptions value) {
_i4.setProperty(
this,
'selectionDirection',
value.name,
);
}