Table of Contents

Class ConstraintLayoutChildHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class ConstraintLayoutChildHandle : LayoutChildHandle, IDisposable
Inheritance
ConstraintLayoutChildHandle
Implements
Inherited Members

Constructors

ConstraintLayoutChildHandle(nint, bool)

public ConstraintLayoutChildHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static ConstraintLayoutChildHandle For<T>(ConstructArgument[] constructArguments) where T : ConstraintLayoutChild, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

ConstraintLayoutChildHandle

Type Parameters

T