Table of Contents

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 bool
constructArguments ConstructArgument[]

GesturePan(IntPtr, bool)

protected GesturePan(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

OrientationPropertyDefinition

public static readonly Property<Orientation, GesturePan> OrientationPropertyDefinition

Field Value

Property<Orientation, GesturePan>

PanSignal

Signal Descriptor for OnPan.

public static readonly Signal<GesturePan, GesturePan.PanSignalArgs> PanSignal

Field Value

Signal<GesturePan, GesturePan.PanSignalArgs>

Properties

Orientation

public Orientation Orientation { get; set; }

Property Value

Orientation

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetOrientation()

public Orientation GetOrientation()

Returns

Orientation

New(Orientation)

public static GesturePan New(Orientation orientation)

Parameters

orientation Orientation

Returns

GesturePan

SetOrientation(Orientation)

public void SetOrientation(Orientation orientation)

Parameters

orientation Orientation

Events

OnPan

public event SignalHandler<GesturePan, GesturePan.PanSignalArgs> OnPan

Event Type

SignalHandler<GesturePan, GesturePan.PanSignalArgs>