Table of Contents

Class OrientableHelper

Namespace
Gtk
Assembly
Gtk-4.0.dll
public sealed class OrientableHelper : Object, Orientable, NativeObject, IDisposable, InstanceFactory, GTypeProvider
Inheritance
OrientableHelper
Implements
Inherited Members

Constructors

OrientableHelper(ObjectHandle)

protected OrientableHelper(ObjectHandle handle)

Parameters

handle ObjectHandle

Properties

Orientation

public Orientation Orientation { get; set; }

Property Value

Orientation

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetOrientation()

public Orientation GetOrientation()

Returns

Orientation

NewFromPointer(nint, bool)

Creates a new managed OrientableHelper instance for a given pointer.

public static OrientableHelper NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

OrientableHelper

SetOrientation(Orientation)

public void SetOrientation(Orientation orientation)

Parameters

orientation Orientation