Class GesturePan
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class GesturePan : GestureDrag, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
- Inheritance
-
GesturePan
- Implements
- Inherited Members
Constructors
GesturePan(bool, params ConstructArgument[])
protected GesturePan(bool owned, params ConstructArgument[] constructArguments)
Parameters
owned
boolconstructArguments
ConstructArgument[]
GesturePan(IntPtr, bool)
protected GesturePan(IntPtr ptr, bool ownedRef)
Parameters
Fields
OrientationPropertyDefinition
public static readonly Property<Orientation, GesturePan> OrientationPropertyDefinition
Field Value
PanSignal
Signal Descriptor for OnPan.
public static readonly Signal<GesturePan, GesturePan.PanSignalArgs> PanSignal
Field Value
Properties
Orientation
public Orientation Orientation { get; set; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
GetOrientation()
public Orientation GetOrientation()
Returns
New(Orientation)
public static GesturePan New(Orientation orientation)
Parameters
orientation
Orientation
Returns
SetOrientation(Orientation)
public void SetOrientation(Orientation orientation)
Parameters
orientation
Orientation
Events
OnPan
public event SignalHandler<GesturePan, GesturePan.PanSignalArgs> OnPan