GestureData.ImpliedSource Property
Gets the model that is the source of this gesture.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property ImpliedSource As ModelItem
Get
public ModelItem ImpliedSource { get; }
public:
property ModelItem^ ImpliedSource {
ModelItem^ get ();
}
member ImpliedSource : ModelItem
function get ImpliedSource () : ModelItem
Property Value
Type: Microsoft.Windows.Design.Model.ModelItem
The ModelItem that is the source of this gesture.
Remarks
Some gestures, such as a drag operation, have both a source and a target. The source and target start off the same, but the target may change as the user drags an item around the designer. The source property represents the model associated with the element the user first began the gesture over. If the gesture began on an adorner, the ImpliedSource property returns the model associated with the adorner. If the gesture did not originate on an adorner, the SourceModel property is returned.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace