Usages of SelectionPolicy
Properties
policy | in LassoSelectionEventArgs | Gets a value determining the SelectionPolicy that is currently set by the user. | |
selectionPolicy | in LassoSelectionInputMode | Gets the current or last SelectionPolicy as determined by the EventRecognizers. | |
policy | in MarqueeSelectionEventArgs | Gets a value determining the SelectionPolicy that is currently set by the user. | |
selectionPolicy | in MarqueeSelectionInputMode | Gets the current or last SelectionPolicy as determined by the EventRecognizers. |
Method Return Values
from (SelectionPolicy) | in SelectionPolicy | Converts the given argument to an enum constant of this enum type. |
Method Parameters
lassoSelect (GeneralPath, SelectionPolicy?) | in GraphInputMode | Performs lasso-selection with the given path. | |
marqueeSelect (Rect, SelectionPolicy?) | in GraphInputMode | Performs marquee selection with the given rectangle. | |
onLassoSelect (IInputModeContext, GeneralPath, SelectionPolicy) | in GraphInputMode | Performs lasso-selection with the given path. | |
onMarqueeSelect (IInputModeContext, Rect, SelectionPolicy) | in GraphInputMode | Performs marquee selection with the given rectangle. | |
from (SelectionPolicy) | in SelectionPolicy | Converts the given argument to an enum constant of this enum type. | |
getName (SelectionPolicy) | in SelectionPolicy | Returns the name of the given enum constant. |