Table of Contents

Class FixedLayoutChild

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class FixedLayoutChild : LayoutChild, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
FixedLayoutChild
Implements
Inherited Members

Constructors

FixedLayoutChild(bool, params ConstructArgument[])

protected FixedLayoutChild(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

FixedLayoutChild(IntPtr, bool)

protected FixedLayoutChild(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

TransformPropertyDefinition

public static readonly Property<Transform, FixedLayoutChild> TransformPropertyDefinition

Field Value

Property<Transform, FixedLayoutChild>

Properties

Transform

public Transform Transform { get; set; }

Property Value

Transform

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetTransform()

public Transform? GetTransform()

Returns

Transform

SetTransform(Transform)

public void SetTransform(Transform transform)

Parameters

transform Transform